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

Commit

Permalink
disable analytics tab from create flag
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-ssg committed May 4, 2021
1 parent 6d13eac commit 352f3b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/components/modals/CreateFlag.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const CreateFlag = class extends Component {
}, 500);
}
AppActions.getIdentities(this.props.environmentId, 3);
if (this.props.projectFlag && this.props.environmentFlag) {
if (!projectOverrides.disableInflux && this.props.projectFlag && this.props.environmentFlag) {
this.getInfluxData();
}
};
Expand Down

0 comments on commit 352f3b2

Please sign in to comment.