diff --git a/web/components/modals/CreateFlag.js b/web/components/modals/CreateFlag.js index 43c672ef..fba36a43 100644 --- a/web/components/modals/CreateFlag.js +++ b/web/components/modals/CreateFlag.js @@ -674,7 +674,7 @@ const CreateFlag = class extends Component { ) } - { (this.props.hasFeature('flag_analytics') && this.props.flagId) && ( + { !projectOverrides.disableInflux && (this.props.hasFeature('flag_analytics') && this.props.flagId) && (