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

Commit 352f3b2

Browse files
committed
disable analytics tab from create flag
1 parent 6d13eac commit 352f3b2

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
@@ -59,7 +59,7 @@ const CreateFlag = class extends Component {
5959
}, 500);
6060
}
6161
AppActions.getIdentities(this.props.environmentId, 3);
62-
if (this.props.projectFlag && this.props.environmentFlag) {
62+
if (!projectOverrides.disableInflux && this.props.projectFlag && this.props.environmentFlag) {
6363
this.getInfluxData();
6464
}
6565
};

0 commit comments

Comments
 (0)