1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-01 00:08:27 +01:00
unleash.unleash/frontend/src/component
Thomas Heartman 1cd1f982ee
fix: allow editors to submit flag form (#7687)
This change is a follow-up to
https://github.com/Unleash/unleash/pull/7685 and fixes another
instance of the same issue.

It wasn't caught previously, because the permissions are passed as
props here, and not used directly.


![image](https://github.com/user-attachments/assets/e8c4cb90-92e3-42ca-9c15-458b5b9d37c2)
2024-07-29 09:45:52 +00:00
..
accessOverview
admin
application feat: redirect to new feature flag creation (#7679) 2024-07-26 14:27:02 +03:00
archive
banners
changeRequest
commandBar fix: project icon sizing and color (#7672) 2024-07-26 10:26:16 +02:00
common feat: Use a toggling button for impression data on/off (#7682) 2024-07-29 08:05:35 +00:00
context
demo
environments
events fix: break long project/flag names in the event log to prevent overflow (#7684) 2024-07-29 08:54:43 +00:00
feature feat: redirect to new feature flag creation (#7679) 2024-07-26 14:27:02 +03:00
featureTypes
feedback
feedbackNew
filter
insights
integrations
layout fix: project icon sizing and color (#7672) 2024-07-26 10:26:16 +02:00
loginHistory
maintenance
menu
playground/Playground
project fix: allow editors to submit flag form (#7687) 2024-07-29 09:45:52 +00:00
providers
segments
signals
splash
strategies
tags
user
App.tsx
InitialRedirect.tsx