Filters_bind_fix (#2102)

Signed-off-by: Denis Bykhov <80476319+BykhovDenis@users.noreply.github.com>
This commit is contained in:
Denis Bykhov
2022-06-19 23:25:14 +07:00
committed by GitHub
parent 8441f0b5ab
commit d0f68cc87f
19 changed files with 62 additions and 84 deletions
@@ -22,14 +22,12 @@
import { TableBrowser } from '@anticrm/view-resources'
import task from '../plugin'
import StatesBar from './state/StatesBar.svelte'
import type { Filter } from '@anticrm/view'
export let _class: Ref<Class<Task>>
export let space: Ref<SpaceWithStates>
export let options: FindOptions<Task> | undefined
export let config: string[]
export let search: string
export let filters: Filter[] = []
let doneStatusesView: boolean = false
let state: Ref<State> | undefined = undefined
@@ -160,7 +158,7 @@
{/if}
</div>
<div class="statustableview-container">
<TableBrowser {_class} bind:query config={resConfig} {options} bind:filters showNotification />
<TableBrowser {_class} bind:query config={resConfig} {options} showNotification />
</div>
<style lang="scss">