mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 09:36:49 +00:00
fix: lint
This commit is contained in:
@@ -243,11 +243,6 @@ const duplicateTable = (table: SidebarTableNode) => {
|
||||
_duplicateTable(table)
|
||||
}
|
||||
|
||||
const onSyncOptions = () => {
|
||||
isOptionsOpen.value = false
|
||||
isSyncModalOpen.value = true
|
||||
}
|
||||
|
||||
const focusInput = () => {
|
||||
setTimeout(() => {
|
||||
input.value?.focus()
|
||||
|
||||
Reference in New Issue
Block a user