mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-14 00:19:16 +01:00
## About the changes <!-- Describe the changes introduced. What are they and why are they being introduced? Feel free to also add screenshots or steps to view the changes if they're visual. --> Adds projects user and group -usage information to the dialog shown when user wants to delete a project role <img width="670" alt="Skjermbilde 2023-08-10 kl 08 28 40" src="https://github.com/Unleash/unleash/assets/707867/a1df961b-2d0f-419d-b9bf-fedef896a84e"> --------- Co-authored-by: Nuno Góis <github@nunogois.com>
3 lines
102 B
TypeScript
3 lines
102 B
TypeScript
export const CUSTOM_ROOT_ROLE_TYPE = 'root-custom';
|
|
export const CUSTOM_PROJECT_ROLE_TYPE = 'custom';
|