From af97b40820c77dfe6cf3caad6d05c0121878a234 Mon Sep 17 00:00:00 2001 From: youichiro Date: Mon, 27 Sep 2021 09:43:08 +0900 Subject: [PATCH] Show a dataset link in the sidebar for all user --- frontend/components/layout/TheSideBar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/components/layout/TheSideBar.vue b/frontend/components/layout/TheSideBar.vue index f7996ccf..37e4d504 100644 --- a/frontend/components/layout/TheSideBar.vue +++ b/frontend/components/layout/TheSideBar.vue @@ -73,7 +73,7 @@ export default { icon: 'mdi-database', text: this.$t('dataset.dataset'), link: 'dataset', - isVisible: this.role.is_project_admin + isVisible: true }, { icon: 'label',