Skip to content

Commit

Permalink
chore: add sdkReporting flag to front end (#6253)
Browse files Browse the repository at this point in the history
It's already in the back end, but wasn't declared in the front end
flags.
  • Loading branch information
thomasheartman authored Feb 16, 2024
1 parent f0d5c8e commit e5fe4a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/interfaces/uiConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ export type UiFlags = {
displayUpgradeEdgeBanner?: boolean;
showInactiveUsers?: boolean;
featureSearchFeedbackPosting?: boolean;
sdkReporting?: boolean;
};

export interface IVersionInfo {
Expand Down

0 comments on commit e5fe4a7

Please sign in to comment.