mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
🔥 Remove mixin-related lines
This commit is contained in:
@@ -155,7 +155,6 @@ import GiftNotificationIcon from './GiftNotificationIcon.vue';
|
||||
import WorkflowSettings from '@/components/WorkflowSettings.vue';
|
||||
|
||||
import { genericHelpers } from '@/components/mixins/genericHelpers';
|
||||
import { renderText } from '@/components/mixins/renderText';
|
||||
import { restApi } from '@/components/mixins/restApi';
|
||||
import { showMessage } from '@/components/mixins/showMessage';
|
||||
import { titleChange } from '@/components/mixins/titleChange';
|
||||
@@ -172,7 +171,6 @@ import { CREDENTIAL_LIST_MODAL_KEY, CREDENTIAL_SELECT_MODAL_KEY, DUPLICATE_MODAL
|
||||
export default mixins(
|
||||
genericHelpers,
|
||||
restApi,
|
||||
renderText,
|
||||
showMessage,
|
||||
titleChange,
|
||||
workflowHelpers,
|
||||
|
||||
Reference in New Issue
Block a user