Skip to content

Commit

Permalink
chore(ui): properly pass a prop related to saved searches
Browse files Browse the repository at this point in the history
  • Loading branch information
MilosPaunovic committed Feb 3, 2025
1 parent a3a8863 commit 6afe5ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/filter/KestraFilter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
class="rounded-0"
/>
</KestraIcon>
<Save :disabled="!currentFilters.length" :prefix="ITEMS_PREFIX" :current-filters />
<Save :disabled="!currentFilters.length" :prefix="ITEMS_PREFIX" :current="currentFilters" />
</el-button-group>

<el-button-group
Expand Down

0 comments on commit 6afe5ff

Please sign in to comment.