mirror of
https://github.com/hay-kot/homebox.git
synced 2025-08-04 16:50:27 +00:00
drop id
This commit is contained in:
parent
13d3c727ba
commit
82179cb397
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@ import { Requests } from "../../../requests";
|
||||||
|
|
||||||
function itemField(id = null): ItemField {
|
function itemField(id = null): ItemField {
|
||||||
return {
|
return {
|
||||||
id: id ?? "",
|
// @ts-expect-error
|
||||||
|
id,
|
||||||
name: faker.lorem.word(),
|
name: faker.lorem.word(),
|
||||||
type: "text",
|
type: "text",
|
||||||
textValue: faker.lorem.sentence(),
|
textValue: faker.lorem.sentence(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue