mirror of
https://github.com/hay-kot/homebox.git
synced 2025-06-08 21:42:28 +00:00
fix: images in child items (#623)
* support parentID search
* fetch images for item children
Former-commit-id: afbc6a49ac
This commit is contained in:
parent
a26ea3bac5
commit
798d873f76
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