Sortable list component props (#2417)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov 2022-12-05 14:22:54 +06:00 committed by GitHub
parent 1dbab23a03
commit d4d3502a3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}