mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 03:12:15 +00:00
🔥 Remove mixin-related lines
This commit is contained in:
@@ -14,7 +14,6 @@ import { externalHooks } from '@/components/mixins/externalHooks';
|
||||
import { restApi } from '@/components/mixins/restApi';
|
||||
import { workflowHelpers } from '@/components/mixins/workflowHelpers';
|
||||
import { showMessage } from '@/components/mixins/showMessage';
|
||||
import { renderText } from '@/components/mixins/renderText';
|
||||
|
||||
import mixins from 'vue-typed-mixins';
|
||||
import { titleChange } from './titleChange';
|
||||
@@ -22,7 +21,6 @@ import { titleChange } from './titleChange';
|
||||
export const workflowRun = mixins(
|
||||
externalHooks,
|
||||
restApi,
|
||||
renderText,
|
||||
workflowHelpers,
|
||||
showMessage,
|
||||
titleChange,
|
||||
|
||||
Reference in New Issue
Block a user