Browse Source

Remove dead 'Relations' link from side bar

pull/2276/head
Andreas Säuberli 1 year ago
parent
commit
b599fb2e50
1 changed files with 0 additions and 8 deletions
  1. 8
      frontend/components/layout/TheSideBar.vue

8
frontend/components/layout/TheSideBar.vue

@ -85,14 +85,6 @@ export default {
(this.isProjectAdmin || this.project.allowMemberToCreateLabelType) && (this.isProjectAdmin || this.project.allowMemberToCreateLabelType) &&
this.project.canDefineLabel this.project.canDefineLabel
}, },
{
icon: mdiLabel,
text: 'Relations',
link: 'links',
isVisible:
(this.isProjectAdmin || this.project.allowMemberToCreateLabelType) &&
this.project.canDefineRelation
},
{ {
icon: mdiAccount, icon: mdiAccount,
text: this.$t('members.members'), text: this.$t('members.members'),

Loading…
Cancel
Save