diff --git a/packages/nc-gui/pages/index/index/index.vue b/packages/nc-gui/pages/index/index/index.vue index cd4c2a9bd3..022e06fa78 100644 --- a/packages/nc-gui/pages/index/index/index.vue +++ b/packages/nc-gui/pages/index/index/index.vue @@ -33,7 +33,7 @@ const filterQuery = ref('') const projects = ref() -const { appInfo } = $(useGlobal()) +const { appInfo } = useGlobal() const loadProjects = async () => { const response = await api.project.list({})