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): Use starred endpoint for ordered dashboards (#94810)
This endpoint returns starred dashboards in order of position. It uses
the same serializer so the handling of the response does not need to
change.
In the backend, behind the scenes, it also backfills in position data
from the original sorting if there are no positions set yet (i.e. it'll
order by title)
0 commit comments