From d04fdef8975268439322ccde2e1bd833cc0accc7 Mon Sep 17 00:00:00 2001 From: pranjal-tank Date: Sun, 23 Jun 2024 17:17:32 +0530 Subject: [PATCH] refactor: sidebar UX --- frontend/src/components/Sidebar.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/src/components/Sidebar.vue b/frontend/src/components/Sidebar.vue index 6c6a9af2b..6081a2d96 100644 --- a/frontend/src/components/Sidebar.vue +++ b/frontend/src/components/Sidebar.vue @@ -157,12 +157,6 @@ const sidebarItems = ref([ name: 'Dashboard', current: false, }, - { - path: '/data-source', - label: 'Data Sources', - icon: Database, - name: 'Data Source', - }, { path: '/query', label: 'Query', @@ -170,6 +164,12 @@ const sidebarItems = ref([ name: 'QueryList', current: false, }, + { + path: '/data-source', + label: 'Data Sources', + icon: Database, + name: 'Data Source', + }, { path: '/notebook', label: 'Notebook',