(cherry picked from commit 94b4f6f459)
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
This commit is contained in:
co-authored by
Ryan McKinley
parent
b8aa0760e7
commit
58c41b2e29
@@ -57,6 +57,7 @@ export const FolderSection: FC<SectionHeaderProps> = ({
|
||||
kind: ['dashboard'],
|
||||
location: section.uid,
|
||||
sort: 'name_sort',
|
||||
limit: 1000, // this component does not have infinate scroll, so we need to load everything upfront
|
||||
};
|
||||
if (section.itemsUIDs) {
|
||||
query = {
|
||||
|
||||
Reference in New Issue
Block a user