Removed duplicate property button on tree tab
This commit is contained in:
@@ -36,17 +36,6 @@
|
|||||||
:disabled="!editPermission"
|
:disabled="!editPermission"
|
||||||
@click="addProperty(type)"
|
@click="addProperty(type)"
|
||||||
/>
|
/>
|
||||||
<template v-if="tabNumber === 5">
|
|
||||||
<labeled-fab
|
|
||||||
key="add-property"
|
|
||||||
color="primary"
|
|
||||||
data-id="add-creature-property-btn"
|
|
||||||
label="Add Property"
|
|
||||||
icon="mdi-plus"
|
|
||||||
:disabled="!editPermission"
|
|
||||||
@click="addProperty"
|
|
||||||
/>
|
|
||||||
</template>
|
|
||||||
</v-speed-dial>
|
</v-speed-dial>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user