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}
         <!-- 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}
     </div>
   {/if}