Skip to content

Commit

Permalink
Fix wrongly namespaced capabilities in PrivateLinkItem
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalwengerter committed May 6, 2021
1 parent 44271e8 commit 70c2afa
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ export default {
}),
computed: {
...mapGetters('Files', ['highlightedFile', 'capabilities']),
...mapGetters('Files', ['highlightedFile']),
...mapGetters(['capabilities']),
copyLabel() {
return this.$gettext('Copy private link url')
Expand Down

0 comments on commit 70c2afa

Please sign in to comment.