mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 00:36:45 +00:00
chore(nc-gui): lint
This commit is contained in:
@@ -95,10 +95,10 @@ const props = withDefaults(defineProps<NcConfirmModalProps>(), {
|
||||
focusBtn: 'ok',
|
||||
})
|
||||
|
||||
const { visible: _visible, title, ...restProps } = props
|
||||
|
||||
const emits = defineEmits<Emits>()
|
||||
|
||||
const { visible: _visible, title, ...restProps } = props
|
||||
|
||||
interface Emits {
|
||||
(e: 'update:visible', value: boolean): void
|
||||
// cancel is generic, on click cancel or close modal using keybord shortcut or overlay click
|
||||
|
||||
Reference in New Issue
Block a user