summaryrefslogtreecommitdiffstats
path: root/src/components/Properties/PropertyActions.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Properties/PropertyActions.vue')
-rw-r--r--src/components/Properties/PropertyActions.vue7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/components/Properties/PropertyActions.vue b/src/components/Properties/PropertyActions.vue
index f015d65c..59b29f33 100644
--- a/src/components/Properties/PropertyActions.vue
+++ b/src/components/Properties/PropertyActions.vue
@@ -27,8 +27,7 @@
</ActionButton>
<Actions :is="action"
v-for="(action, index) in actions"
- :key="index"
- :component="propertyComponent" />
+ :key="index" />
</Actions>
</template>
@@ -49,10 +48,6 @@ export default {
type: Array,
default: () => [],
},
- propertyComponent: {
- type: Object,
- required: true,
- },
},
methods: {