mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 15:17:14 +00:00
chore(nc-gui): lint error and warnings
Signed-off-by: mertmit <mertmit99@gmail.com>
This commit is contained in:
@@ -15,7 +15,7 @@ const emit = defineEmits(['update:modelValue'])
|
||||
const dialogShow = useVModel(props, 'modelValue', emit)
|
||||
|
||||
const projectsStore = useProjects()
|
||||
const { loadProjects, createProject: _createProject } = projectsStore
|
||||
const { createProject: _createProject } = projectsStore
|
||||
|
||||
const { navigateToProject } = useGlobal()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user