mirror of
https://github.com/hay-kot/homebox.git
synced 2024-11-28 19:45:41 +00:00
add to form field
This commit is contained in:
parent
f3168fe017
commit
a62eff4193
1 changed files with 5 additions and 0 deletions
|
@ -120,6 +120,11 @@
|
||||||
label: "Archived",
|
label: "Archived",
|
||||||
ref: "archived",
|
ref: "archived",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
type: "text",
|
||||||
|
label: "Asset ID",
|
||||||
|
ref: "assetId",
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
const purchaseFields: FormField[] = [
|
const purchaseFields: FormField[] = [
|
||||||
|
|
Loading…
Reference in a new issue