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',