From 6c57ba6157fdf141401a499bd05e39b7a4de8941 Mon Sep 17 00:00:00 2001 From: Pranav C Date: Thu, 6 Oct 2022 12:50:48 +0530 Subject: [PATCH] refactor(gui): remove unnecessary wrapping Signed-off-by: Pranav C --- packages/nc-gui/pages/index/index/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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({})