Skip to content

Commit

Permalink
chore(ui): show status label on dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
MilosPaunovic authored Jan 20, 2025
1 parent c5eef81 commit 96780a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/executions/ChangeStatus.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
:disabled="item.disabled"
>
<template #default>
<status size="small" :label="false" class="me-1" :status="item.code" />
<status size="small" :label="true" class="me-1" :status="item.code" />
<span v-html="item.label" />
</template>
</el-option>
Expand Down

0 comments on commit 96780a9

Please sign in to comment.