Merge pull request #14805 from Budibase/fix-filter-drawer-visibility

Fix filter drawer visibility in component popovers
This commit is contained in:
Martin McKeaveney 2024-10-16 15:13:30 +01:00 committed by GitHub
commit 8216e6fc16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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)