summaryrefslogtreecommitdiffstats
path: root/src/components/Properties/PropertyMultipleText.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Properties/PropertyMultipleText.vue')
-rw-r--r--src/components/Properties/PropertyMultipleText.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/Properties/PropertyMultipleText.vue b/src/components/Properties/PropertyMultipleText.vue
index cd4107e9..896ff661 100644
--- a/src/components/Properties/PropertyMultipleText.vue
+++ b/src/components/Properties/PropertyMultipleText.vue
@@ -63,8 +63,8 @@
@input="updateValue">
<!-- props actions -->
- <PropertyActions class="property__actions--floating"
- v-if="!isReadOnly"
+ <PropertyActions v-if="!isReadOnly"
+ class="property__actions--floating"
:actions="actions"
:property-component="this"
@delete="deleteProperty" />