1
0
Fork 0
mirror of synced 2024-09-28 07:11:40 +12:00

Remove Row Rev from UI

This commit is contained in:
Mel O'Hagan 2022-04-20 11:00:58 +01:00
parent 6ed0240634
commit f0d7b15916
2 changed files with 2 additions and 14 deletions

View file

@ -26,14 +26,6 @@
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)}
/>
<Label small />
<Checkbox text="Require confirmation" bind:value={parameters.confirm} />

View file

@ -23,13 +23,9 @@ exports.definition = {
id: {
type: "string",
title: "Row ID",
},
revision: {
type: "string",
title: "Row Revision",
},
}
},
required: ["tableId", "id", "revision"],
required: ["tableId", "id"],
},
outputs: {
properties: {