Remove Row Rev from UI
This commit is contained in:
parent
6ed0240634
commit
f0d7b15916
|
@ -26,14 +26,6 @@
|
||||||
on:change={value => (parameters.rowId = value.detail)}
|
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 />
|
<Label small />
|
||||||
<Checkbox text="Require confirmation" bind:value={parameters.confirm} />
|
<Checkbox text="Require confirmation" bind:value={parameters.confirm} />
|
||||||
|
|
||||||
|
|
|
@ -23,13 +23,9 @@ exports.definition = {
|
||||||
id: {
|
id: {
|
||||||
type: "string",
|
type: "string",
|
||||||
title: "Row ID",
|
title: "Row ID",
|
||||||
},
|
}
|
||||||
revision: {
|
|
||||||
type: "string",
|
|
||||||
title: "Row Revision",
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
required: ["tableId", "id", "revision"],
|
required: ["tableId", "id"],
|
||||||
},
|
},
|
||||||
outputs: {
|
outputs: {
|
||||||
properties: {
|
properties: {
|
||||||
|
|
Loading…
Reference in New Issue