Skip to content

Commit

Permalink
Fix showShareDialog condition in
Browse files Browse the repository at this point in the history
ManuscriptRecordSharingView.vue
  • Loading branch information
vincentauger committed Nov 16, 2023
1 parent 6415c02 commit d8dc1f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
@click="createShareable"
/>
<ShareItemDialog
v-if="manuscript"
v-if="manuscript && showShareDialog"
:id="editShareableItem?.id || 0"
v-model="showShareDialog"
shareable-type="manuscript-records"
Expand Down

0 comments on commit d8dc1f9

Please sign in to comment.