Skip to content

Commit

Permalink
✨: hide Share Workflow for anonymous user in WorkflowCard
Browse files Browse the repository at this point in the history
  • Loading branch information
itisAliRH committed Feb 26, 2024
1 parent 7c72cfc commit 2c96640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Workflow/WorkflowActionsExtend.vue
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ async function onRestore() {
</BButton>

<BButton
v-if="!shared && !workflow.deleted"
v-if="!isAnonymous && !shared && !workflow.deleted"
id="workflow-share-button"
v-b-tooltip.hover.noninteractive
:size="buttonSize"
Expand Down

0 comments on commit 2c96640

Please sign in to comment.