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
Describe the task
Noticed that it's kind of slow when trying to load user role assignments data in the tables. It could because we're trying to grab the data for both user table and delegated admin tables.
Acceptance Criteria
Fetch user role assignment data and delegated admin asynchronously (currently we're doing it sequentially)
Investigate the estimate time cost
Enter the router to display something first and then grab the data
Additional context
Add any other context about the task here.
Or here
The text was updated successfully, but these errors were encountered:
Describe the task
Noticed that it's kind of slow when trying to load user role assignments data in the tables. It could because we're trying to grab the data for both user table and delegated admin tables.
Acceptance Criteria
Additional context
The text was updated successfully, but these errors were encountered: