From 6d13eac22a5f1393bdb96cb18a742eaa49bafabf Mon Sep 17 00:00:00 2001 From: kyle Date: Tue, 4 May 2021 09:36:43 +0100 Subject: [PATCH] disable analytics tab from create flag --- web/components/modals/CreateFlag.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) && (