Skip to content
This repository was archived by the owner on Jun 10, 2021. It is now read-only.

Commit 6d13eac

Browse files
committed
disable analytics tab from create flag
1 parent 14b13bf commit 6d13eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/components/modals/CreateFlag.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ const CreateFlag = class extends Component {
674674
)
675675
}
676676
</TabItem>
677-
{ (this.props.hasFeature('flag_analytics') && this.props.flagId) && (
677+
{ !projectOverrides.disableInflux && (this.props.hasFeature('flag_analytics') && this.props.flagId) && (
678678
<TabItem data-test="analytics" tabLabel="Analytics">
679679
<FormGroup className="mb-4 mr-3 ml-3">
680680
<Panel

0 commit comments

Comments
 (0)