Skip to content

Commit

Permalink
Fix sharesBox for configs and blobs (#787)
Browse files Browse the repository at this point in the history
  • Loading branch information
Repumba committed Apr 7, 2023
1 parent b00d707 commit 7199992
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mwdb/web/src/components/ShowObject/Views/SharesBox.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ function SharesBox() {
shares={shares}
groups={groups}
handleShare={!api.remote ? handleShare : null}
currentFile={context.object.sha256}
currentFile={context.object.id}
direct
/>
</div>
Expand All @@ -318,7 +318,7 @@ function SharesBox() {
<SharesList
shares={shares}
groups={groups}
currentFile={context.object.sha256}
currentFile={context.object.id}
/>
</div>
</div>
Expand Down

0 comments on commit 7199992

Please sign in to comment.