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:
parent
f0d5c8e3d1
commit
e5fe4a7766
@ -79,6 +79,7 @@ export type UiFlags = {
|
||||
displayUpgradeEdgeBanner?: boolean;
|
||||
showInactiveUsers?: boolean;
|
||||
featureSearchFeedbackPosting?: boolean;
|
||||
sdkReporting?: boolean;
|
||||
};
|
||||
|
||||
export interface IVersionInfo {
|
||||
|
Loading…
Reference in New Issue
Block a user