Fix binding of nested fields in workflow save record action
This commit is contained in:
parent
416e60bd3a
commit
162401143f
|
@ -52,7 +52,7 @@
|
|||
{:else}
|
||||
<BindableInput
|
||||
thin
|
||||
value={value[field]}
|
||||
bind:value={value[field]}
|
||||
on:change={e => setParsedValue(e, field)}
|
||||
label={field}
|
||||
{bindings} />
|
||||
|
|
Loading…
Reference in New Issue