diff --git a/packages/editor-ui/src/views/SettingsLdapView.vue b/packages/editor-ui/src/views/SettingsLdapView.vue index a11b8e1213ef8..541872cc48d3f 100644 --- a/packages/editor-ui/src/views/SettingsLdapView.vue +++ b/packages/editor-ui/src/views/SettingsLdapView.vue @@ -161,7 +161,7 @@ import Vue from 'vue'; import mixins from 'vue-typed-mixins'; import humanizeDuration from 'humanize-duration'; -import { rowCallbackParams, cellCallbackParams, ElTable } from 'element-ui/types/table'; +import type { rowCallbackParams, cellCallbackParams } from 'element-ui/types/table'; import { capitalizeFirstLetter } from '@/utils'; import InfiniteLoading from 'vue-infinite-loading'; import { mapStores } from 'pinia'; @@ -169,7 +169,6 @@ import { useUsersStore } from '@/stores/users'; import { useSettingsStore } from '@/stores/settings'; import { getLdapSynchronizations } from '@/api/ldap'; import { N8N_CONTACT_EMAIL, N8N_SALES_EMAIL } from '@/constants'; -import { ElTableColumn } from 'element-ui/types/table-column'; type FormValues = { loginEnabled: boolean;