From 58ac29135845c55824093e66708d7fedbbdcbacf Mon Sep 17 00:00:00 2001 From: Csaba Tuncsik Date: Mon, 8 May 2023 10:31:55 +0200 Subject: [PATCH] fix(editor): lint fix --- .../SettingsLogStreaming/EventDestinationSettingsModal.ee.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/editor-ui/src/components/SettingsLogStreaming/EventDestinationSettingsModal.ee.vue b/packages/editor-ui/src/components/SettingsLogStreaming/EventDestinationSettingsModal.ee.vue index 95d5aabaf7f04..c267cea5ec1df 100644 --- a/packages/editor-ui/src/components/SettingsLogStreaming/EventDestinationSettingsModal.ee.vue +++ b/packages/editor-ui/src/components/SettingsLogStreaming/EventDestinationSettingsModal.ee.vue @@ -178,7 +178,6 @@ import { useLogStreamingStore } from '@/stores/logStreaming.store'; import { useNDVStore } from '@/stores/ndv.store'; import { useWorkflowsStore } from '@/stores/workflows.store'; import ParameterInputList from '@/components/ParameterInputList.vue'; -import NodeCredentials from '@/components/NodeCredentials.vue'; import type { IMenuItem, INodeUi, IUpdateInformation } from '@/Interface'; import type { IDataObject, @@ -211,7 +210,6 @@ import type { BaseTextKey } from '@/plugins/i18n'; import InlineNameEdit from '@/components/InlineNameEdit.vue'; import SaveButton from '@/components/SaveButton.vue'; import EventSelection from '@/components/SettingsLogStreaming/EventSelection.ee.vue'; -import { Checkbox } from 'element-ui'; import type { EventBus } from '@/event-bus'; import { createEventBus } from '@/event-bus'; @@ -231,11 +229,9 @@ export default defineComponent({ components: { Modal, ParameterInputList, - NodeCredentials, InlineNameEdit, SaveButton, EventSelection, - Checkbox, }, setup() { return {