mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-12 20:57:45 +02:00
Custom table (#1734)
Signed-off-by: Denis Bykhov <80476319+BykhovDenis@users.noreply.github.com>
This commit is contained in:
@@ -185,7 +185,7 @@
|
||||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
{#await buildModel({ client, _class, keys: itemsConfig, options }) then itemModels}
|
||||
{#await buildModel({ client, _class, keys: itemsConfig, lookup: options.lookup }) then itemModels}
|
||||
<div class="listRoot">
|
||||
{#if groupedIssues[category]}
|
||||
{#each groupedIssues[category] as docObject (docObject._id)}
|
||||
|
||||
Reference in New Issue
Block a user