forked from mirrors/homebox
fix: images in child items (#623)
* support parentID search * fetch images for item children Former-commit-id: afbc6a49ac0a39684e42c95eba04517745b4ccf1
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