mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-15 01:16:22 +02:00
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. 
This commit is contained in:
parent
80cff0a5fa
commit
1cd1f982ee
@ -206,6 +206,7 @@ export const CreateFeatureDialog = ({
|
||||
>
|
||||
<DialogFormTemplate
|
||||
createButtonProps={{
|
||||
projectId: project,
|
||||
disabled:
|
||||
loading ||
|
||||
loadingTotalFlagCount ||
|
||||
|
Loading…
Reference in New Issue
Block a user