Skip to content

Commit

Permalink
Fix permission display
Browse files Browse the repository at this point in the history
  • Loading branch information
JammingBen committed Sep 13, 2022
1 parent 74c9dd4 commit 86211a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/web-app-files/src/store/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ export default {
sharesTree[queryPath].push({
...buildShare(
element.shareInfo,
{ type: 'folder' },
context.getters.highlightedFile,
allowSharePermissions(context.rootGetters)
),
outgoing: true,
Expand Down Expand Up @@ -574,7 +574,7 @@ export default {
sharesTree[queryPath].push({
...buildCollaboratorShare(
element.shareInfo,
{ type: 'folder' },
context.getters.highlightedFile,
allowSharePermissions(context.rootGetters)
),
incoming: true,
Expand Down

0 comments on commit 86211a6

Please sign in to comment.