fix(frontend): use correct kind for flow insert module btn (#5938)

This commit is contained in:
HugoCasa
2025-06-13 11:43:09 +02:00
committed by GitHub
parent 1a6283b42a
commit 17c8c8a561
@@ -93,6 +93,13 @@ shouldUsePortal={true} -->
</button>
{/snippet}
{#snippet children({ close })}
<InsertModuleInner on:close={() => close(null)} on:insert on:new on:pickFlow on:pickScript />
<InsertModuleInner
on:close={() => close(null)}
on:insert
on:new
on:pickFlow
on:pickScript
{kind}
/>
{/snippet}
</PopupV2>