mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-23 03:22:19 +03:00
Sortable list component props (#2417)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
parent
1dbab23a03
commit
d4d3502a3b
@ -191,7 +191,7 @@
|
|||||||
|
|
||||||
{#if objectFactory?.component && isCreating}
|
{#if objectFactory?.component && isCreating}
|
||||||
<!-- Important: the "close" event must be specified -->
|
<!-- Important: the "close" event must be specified -->
|
||||||
<Component is={objectFactory.component} showLoading on:close={() => (isCreating = false)} />
|
<Component is={objectFactory.component} props={query} showLoading on:close={() => (isCreating = false)} />
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
|
Loading…
Reference in New Issue
Block a user