From 286ae2d164561be10778f4778bf130a0768c9dda Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Wed, 20 Jul 2022 09:36:14 +0200 Subject: [PATCH] chore(gui-v2): fix icon style --- packages/nc-gui-v2/pages/index/index.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/nc-gui-v2/pages/index/index.vue b/packages/nc-gui-v2/pages/index/index.vue index 6bd1526ea7..aeab0930b6 100644 --- a/packages/nc-gui-v2/pages/index/index.vue +++ b/packages/nc-gui-v2/pages/index/index.vue @@ -59,6 +59,7 @@ const deleteProject = (project: ProjectType) => { }) } +console.log(route.name) const visible = ref(true) @@ -128,12 +129,12 @@ const visible = ref(true)