mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 04:16:49 +00:00
chore(nc-gui): lint
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
import { message } from 'ant-design-vue'
|
||||
import tinycolor from 'tinycolor2'
|
||||
import type { Select as AntSelect } from 'ant-design-vue'
|
||||
import { type LocalSelectOptionType, type SelectInputOptionType, getOptions, getSelectedTitles } from './utils'
|
||||
import MdiCloseCircle from '~icons/mdi/close-circle'
|
||||
import { getOptions, getSelectedTitles, type LocalSelectOptionType, type SelectInputOptionType } from './utils'
|
||||
|
||||
interface Props {
|
||||
modelValue?: string | string[]
|
||||
|
||||
Reference in New Issue
Block a user