Skip to content

Commit

Permalink
enable tags edit
Browse files Browse the repository at this point in the history
  • Loading branch information
itisAliRH committed Feb 12, 2024
1 parent 1b7103d commit e9504a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Workflow/WorkflowCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ async function onTagClick(tag: string) {
<StatelessTags
clickable
:value="workflow.tags"
:disabled="true"
:disabled="workflow.deleted"
:max-visible-tags="gridView ? 2 : 8"
@input="onTagsUpdate($event)"
@tag-click="onTagClick($event)" />
Expand Down

0 comments on commit e9504a6

Please sign in to comment.