diff --git a/plugins/view-resources/src/components/filter/FilterBar.svelte b/plugins/view-resources/src/components/filter/FilterBar.svelte index 8c32865f55..8f3b4420eb 100644 --- a/plugins/view-resources/src/components/filter/FilterBar.svelte +++ b/plugins/view-resources/src/components/filter/FilterBar.svelte @@ -31,6 +31,7 @@ export let space: Ref | undefined export let query: DocumentQuery export let viewOptions: ViewOptions | undefined = undefined + export let hideSaveButtons: boolean = false const client = getClient() const hierarchy = client.getHierarchy() @@ -190,26 +191,28 @@ -
-
+ {#if selectedFilterChanged($selectedFilterStore, $filterStore, $activeViewlet, $viewOptionStore)} +