Skip to content

Commit

Permalink
chore(ui): initial work on filter persistency (#7234)
Browse files Browse the repository at this point in the history
Co-authored-by: MilosPaunovic <[email protected]>
  • Loading branch information
amartknez and MilosPaunovic authored Feb 7, 2025
1 parent ab2a010 commit 129ba6a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ui/src/components/filter/KestraFilter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
data-test-id="KestraFilter__select"
>
<template #label="{value}">
<!--
TODO: Find a way to have persistent tags for el-select.
https://github.com/kestra-io/kestra/issues/6256
-->
<Label :option="value" />
</template>
<template #empty>
Expand Down

0 comments on commit 129ba6a

Please sign in to comment.