mirror of
https://github.com/hay-kot/homebox.git
synced 2025-06-28 06:38:36 +00:00
fix: images in child items (#623)
* support parentID search * fetch images for item children
This commit is contained in:
parent
2594d4cdb4
commit
afbc6a49ac
4 changed files with 27 additions and 10 deletions
|
@ -22,6 +22,7 @@ export type ItemsQuery = {
|
|||
pageSize?: number;
|
||||
locations?: string[];
|
||||
labels?: string[];
|
||||
parentIds?: string[];
|
||||
q?: string;
|
||||
fields?: string[];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue