From d4d3502a3bc4b40f5fd5f0a9c3766717cba14211 Mon Sep 17 00:00:00 2001 From: Denis Bykhov Date: Mon, 5 Dec 2022 14:22:54 +0600 Subject: [PATCH] Sortable list component props (#2417) Signed-off-by: Denis Bykhov --- plugins/view-resources/src/components/list/SortableList.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/view-resources/src/components/list/SortableList.svelte b/plugins/view-resources/src/components/list/SortableList.svelte index dc56cce01c..56695ec7d4 100644 --- a/plugins/view-resources/src/components/list/SortableList.svelte +++ b/plugins/view-resources/src/components/list/SortableList.svelte @@ -191,7 +191,7 @@ {#if objectFactory?.component && isCreating} - (isCreating = false)} /> + (isCreating = false)} /> {/if} {/if}