1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-06-14 01:16:17 +02:00
unleash.unleash/frontend/src/component/common/ApiTokenTable/CreateApiTokenButton
Thomas Heartman c5fdaeabd9
feat: UI limit for API tokens (#7532)
This PR activates the limit for API token creation in both the global
API token window and in the project-level API token tab.

Because the same button is used in two places, I encapsulated the
fetching of flags and resource limits within the button. I can be
convinced to pass the current API token count and the limit as
arguments, but I think this is the right solution for this case.
2024-07-03 12:36:48 +00:00
..
CreateApiTokenButton.test.tsx feat: UI limit for API tokens (#7532) 2024-07-03 12:36:48 +00:00
CreateApiTokenButton.tsx feat: UI limit for API tokens (#7532) 2024-07-03 12:36:48 +00:00