fix(editor): Fix unique names for node duplication (#6134)

* 🐛 Fix unique names for node duplication

* 🐛 Fix i18n references
This commit is contained in:
Iván Ovejero
2023-04-28 15:53:59 +02:00
committed by GitHub
parent 20a72bb28b
commit 71ae6c66ef
9 changed files with 227 additions and 102 deletions

View File

@@ -7,7 +7,7 @@ import { EnterpriseEditionFeature } from '@/constants';
import { useSettingsStore, useUsersStore } from '@/stores';
import { getVariablesPermissions } from '@/permissions';
const i18n = useI18n();
const { i18n } = useI18n();
const copyToClipboard = useCopyToClipboard();
const { showMessage } = useToast();
const settingsStore = useSettingsStore();