SupportBundles: Replace feature toggle with enabled (#63241)

replace feature toggle with enabled
This commit is contained in:
Jo
2023-02-10 10:12:04 +01:00
committed by GitHub
parent ed626427de
commit c70571c536
8 changed files with 5 additions and 18 deletions

View File

@@ -37,7 +37,6 @@ export interface FeatureToggles {
migrationLocking?: boolean;
storage?: boolean;
k8s?: boolean;
supportBundles?: boolean;
dashboardsFromStorage?: boolean;
export?: boolean;
exploreMixedDatasource?: boolean;