fix flowmodule splitpane size
This commit is contained in:
@@ -192,7 +192,7 @@
|
||||
<FlowModuleScript path={flowModule.value.path} />
|
||||
{/if}
|
||||
</Pane>
|
||||
<Pane size={flowModule.value.type === 'script' ? 70 : 30} minSize={20}>
|
||||
<Pane size={flowModule.value.type === 'script' ? 70 : 50} minSize={20}>
|
||||
<Tabs bind:selected>
|
||||
<Tab value="inputs"><span class="font-semibold">Step Input</span></Tab>
|
||||
<Tab value="test"><span class="font-semibold text-md">Test this step</span></Tab>
|
||||
|
||||
Reference in New Issue
Block a user