mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-05 14:07:18 +00:00
chore(nc-gui): lint
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<script lang="ts" setup>
|
||||
import { getOptions, getSelectedTitles, type LocalSelectOptionType } from './utils'
|
||||
import { type LocalSelectOptionType, getOptions, getSelectedTitles } from './utils'
|
||||
|
||||
interface Props {
|
||||
modelValue?: string | string[]
|
||||
@@ -10,8 +10,6 @@ interface Props {
|
||||
|
||||
const { modelValue, options: selectOptions } = defineProps<Props>()
|
||||
|
||||
const emit = defineEmits(['update:modelValue'])
|
||||
|
||||
const column = inject(ColumnInj)!
|
||||
|
||||
const readOnly = inject(ReadonlyInj)!
|
||||
|
||||
Reference in New Issue
Block a user