mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-21 08:02:26 +00:00
fix load flow input correctly
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
previousModule,
|
||||
parentModule.id,
|
||||
$flowStore,
|
||||
previewArgs,
|
||||
$previewArgs,
|
||||
false,
|
||||
true
|
||||
).pickableProperties
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
previousModule,
|
||||
mod.id,
|
||||
$flowStore,
|
||||
previewArgs,
|
||||
$previewArgs,
|
||||
false,
|
||||
true
|
||||
).pickableProperties
|
||||
|
||||
@@ -69,7 +69,7 @@
|
||||
previousModule,
|
||||
flowModule.id,
|
||||
$flowStore,
|
||||
previewArgs,
|
||||
$previewArgs,
|
||||
false,
|
||||
true
|
||||
)
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
import ObjectViewer from './ObjectViewer.svelte'
|
||||
|
||||
export let result: any
|
||||
|
||||
const dispatch = createEventDispatcher()
|
||||
</script>
|
||||
|
||||
<div class="w-full">
|
||||
|
||||
Reference in New Issue
Block a user