You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(dashboards): populate prebuilt dashboard with actual id (#108032)
1. Update `useGetPrebuiltDashboard` to populate `dashboard.id` with the
actual id from the db. This provides a means to lookup the dashboard id
as well.
2. Set `staleTime` in the query to `Infinity` which will cache the value
for 5 minutes, this means if `useGetPrebuiltDashboard` is called with
the same prebuiltId, the api call will be cached.
0 commit comments