mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 08:01:35 +00:00
fix(frontend): use correct kind for flow insert module btn (#5938)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user