Skip to content

Commit

Permalink
fix: Edit identity override with prevent flag defaults enabled (#4809)
Browse files Browse the repository at this point in the history
  • Loading branch information
dougfabris authored Nov 8, 2024
1 parent 10eb571 commit 0f9b24b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/web/components/modals/CreateFlag.js
Original file line number Diff line number Diff line change
Expand Up @@ -1903,7 +1903,7 @@ const CreateFlag = class extends Component {
error,
projectAdmin,
createFeature,
project.prevent_flag_defaults,
project.prevent_flag_defaults && !identity,
)}
<ModalHR
className={`my-4 ${identity ? 'mx-3' : ''}`}
Expand Down

0 comments on commit 0f9b24b

Please sign in to comment.