diff --git a/src/components/graph/SelectionToolbox.vue b/src/components/graph/SelectionToolbox.vue index a60bbda4f..d8c7baf9b 100644 --- a/src/components/graph/SelectionToolbox.vue +++ b/src/components/graph/SelectionToolbox.vue @@ -65,7 +65,7 @@ severity="secondary" text :icon="typeof command.icon === 'function' ? command.icon() : command.icon" - @click="() => commandStore.execute(command.id)" + @click="async () => await commandStore.execute(command.id)" v-tooltip.top="{ value: st(`commands.${normalizeI18nKey(command.id)}.label`, '') || undefined,