Browse Source

Show a dataset link in the sidebar for all user

pull/1504/head
youichiro 3 years ago
parent
commit
af97b40820
1 changed files with 1 additions and 1 deletions
  1. 2
      frontend/components/layout/TheSideBar.vue

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

Loading…
Cancel
Save