mirror of
https://github.com/hay-kot/homebox.git
synced 2025-08-04 08:40:28 +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 {
|
||||
return {
|
||||
id: id ?? "",
|
||||
// @ts-expect-error
|
||||
id,
|
||||
name: faker.lorem.word(),
|
||||
type: "text",
|
||||
textValue: faker.lorem.sentence(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue