Merge pull request #14805 from Budibase/fix-filter-drawer-visibility
Fix filter drawer visibility in component popovers
This commit is contained in:
commit
8216e6fc16
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue