1
0
Fork 0
mirror of synced 2024-09-30 09:07:25 +13:00

Fix binding of nested fields in workflow save record action

This commit is contained in:
Andrew Kingston 2020-09-17 15:11:28 +01:00
parent 416e60bd3a
commit 162401143f

View file

@ -52,7 +52,7 @@
{:else}
<BindableInput
thin
value={value[field]}
bind:value={value[field]}
on:change={e => setParsedValue(e, field)}
label={field}
{bindings} />