Lookup live query (#883)

Signed-off-by: Denis Bykhov <80476319+BykhovDenis@users.noreply.github.com>
This commit is contained in:
Denis Bykhov
2022-01-31 10:06:30 +01:00
committed by GitHub
parent 60a3793ae7
commit a7c3999515
39 changed files with 1512 additions and 463 deletions
@@ -52,7 +52,7 @@
<CircleButton icon={IconAdd} size={'small'} on:click={createApp} />
</div>
{#if tasks.length > 0}
<Table
<Table
_class={task.class.Issue}
config={['', '$lookup.space.name', '$lookup.state']}
{options}