Skip to content
Snippets Groups Projects
Unverified Commit 17476aaf authored by Anton Kulyk's avatar Anton Kulyk Committed by GitHub
Browse files

Fix automatic homepage handling for data apps (#25292)

parent f50d4232
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ const DataAppLanding = ({
<Search.ListLoader
query={{
collection: dataApp.collection_id,
models: ["dashboard"],
models: ["page"],
limit: 100,
}}
loadingAndErrorWrapper={false}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment