Skip to content

Commit

Permalink
Revert changes: WorkflowCard component not adequate for workflow anno…
Browse files Browse the repository at this point in the history
…tation needs and changes reversed
  • Loading branch information
hujambo-dunia committed Nov 5, 2024
1 parent d47b479 commit 162327e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/components/Workflow/List/WorkflowCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ async function onTagClick(tag: string) {
<div class="workflow-card-footer">
<div class="workflow-card-tags">
<StatelessTags
clickable
:value="workflow.tags"
:disabled="isAnonymous || workflow.deleted || shared"
:max-visible-tags="gridView ? 2 : 8"
Expand Down

0 comments on commit 162327e

Please sign in to comment.