mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-24 16:01:42 +00:00
fix row.value
This commit is contained in:
@@ -356,7 +356,7 @@
|
||||
outputs?.inputs.set(inputs, true)
|
||||
}}
|
||||
bind:inputs
|
||||
value={row}
|
||||
value={row.original}
|
||||
index={rowIndex}
|
||||
>
|
||||
<!-- svelte-ignore a11y-mouse-events-have-key-events -->
|
||||
|
||||
Reference in New Issue
Block a user