1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-20 00:08:02 +01:00

chore: add sdkReporting flag to front end (#6253)

It's already in the back end, but wasn't declared in the front end
flags.
This commit is contained in:
Thomas Heartman 2024-02-16 15:43:27 +08:00 committed by GitHub
parent f0d5c8e3d1
commit e5fe4a7766
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -79,6 +79,7 @@ export type UiFlags = {
displayUpgradeEdgeBanner?: boolean;
showInactiveUsers?: boolean;
featureSearchFeedbackPosting?: boolean;
sdkReporting?: boolean;
};
export interface IVersionInfo {