fix(editor): Fix the element-ui imports in SettingsLdapView (no-changelog) (#5245)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™ 2023-01-25 11:18:50 +01:00 committed by GitHub
parent 21579a8a2a
commit 1be936fd8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;