mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 11:49:59 +00:00
refactor(editor): Refactor workflowHelpers mixin to composable (no-changelog) (#8600)
This commit is contained in:
@@ -62,7 +62,6 @@ import type { IN8nPromptResponse } from '@/Interface';
|
||||
|
||||
import ModalDrawer from '@/components/ModalDrawer.vue';
|
||||
|
||||
import { workflowHelpers } from '@/mixins/workflowHelpers';
|
||||
import { useSettingsStore } from '@/stores/settings.store';
|
||||
import { useRootStore } from '@/stores/n8nRoot.store';
|
||||
import { createEventBus } from 'n8n-design-system/utils';
|
||||
@@ -79,7 +78,6 @@ export default defineComponent({
|
||||
components: {
|
||||
ModalDrawer,
|
||||
},
|
||||
mixins: [workflowHelpers],
|
||||
props: ['isActive'],
|
||||
setup() {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user