1
0
Fork 0
mirror of synced 2024-07-01 04:21:06 +12:00

Add explicity titles to DrawerBindableInputs in DeleteRow button action

This commit is contained in:
Andrew Kingston 2021-03-19 14:28:11 +00:00
parent 2a6e05efff
commit 521a282aef

View file

@ -22,12 +22,14 @@
<Label small>Row ID</Label>
<DrawerBindableInput
{bindings}
title="Row ID to delete"
value={parameters.rowId}
on:change={value => (parameters.rowId = value.detail)} />
<Label small>Row Rev</Label>
<DrawerBindableInput
{bindings}
title="Row rev to delete"
value={parameters.revId}
on:change={value => (parameters.revId = value.detail)} />
</div>