1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-06 00:07:44 +01:00
unleash.unleash/frontend/src/component/admin/roles/RoleForm
Nuno Góis 22acadf4cc
fix: role form sluggishness (#5888)
This seems to improve the performance in the role form while still
maintaining the same validation logic.

A big factor was the memoization of the categories calculation and
respective elements, which is especially impactful when there are many
environments.
2024-01-15 08:37:53 +00:00
..
RolePermissionCategories fix: role form sluggishness (#5888) 2024-01-15 08:37:53 +00:00
RoleForm.tsx fix: role form sluggishness (#5888) 2024-01-15 08:37:53 +00:00
useRoleForm.ts fix: role form sluggishness (#5888) 2024-01-15 08:37:53 +00:00