mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 13:27:31 -08:00
fix(editor): Fix the element-ui imports in SettingsLdapView (no-changelog) (#5245)
This commit is contained in:
parent
21579a8a2a
commit
1be936fd8c
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue