Removed duplicate property button on tree tab

This commit is contained in:
Stefan Zermatten
2021-08-02 00:54:59 +02:00
parent ee174210fd
commit a5f2c2e0d2

View File

@@ -36,17 +36,6 @@
:disabled="!editPermission"
@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>
</template>