1
0
Fork 0
mirror of synced 2024-09-10 14:35:47 +12:00

Fix duplicate component action in settings bar

This commit is contained in:
Andrew Kingston 2022-05-05 08:57:49 +01:00
parent d8c7fadd46
commit cc08c263c8

View file

@ -155,7 +155,7 @@
icon="Duplicate"
on:click={() => {
builderStore.actions.duplicateComponent(
$builderStore.selectedComponent._id
$builderStore.selectedComponentId
)
}}
title="Duplicate component"