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