Skip to content

Commit

Permalink
Merge pull request #14805 from Budibase/fix-filter-drawer-visibility
Browse files Browse the repository at this point in the history
Fix filter drawer visibility in component popovers
  • Loading branch information
shogunpurple authored Oct 16, 2024
2 parents d37804e + 51c9505 commit 8216e6f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
bind:this={drawer}
title="Filtering"
on:drawerHide
on:drawerShow
on:drawerShow={() => {
// Reset to the currently available value.
localFilters = Helpers.cloneDeep(value)
Expand Down

0 comments on commit 8216e6f

Please sign in to comment.