FeatureToggles: Remove feedbackButton unused toggle (#114222)

This commit is contained in:
Matheus Macabu
2025-11-20 11:18:50 +01:00
committed by GitHub
parent bf509de89f
commit 5d26bc5ee1
5 changed files with 2 additions and 17 deletions
-4
View File
@@ -748,10 +748,6 @@ export interface FeatureToggles {
*/
alertingNotificationsStepMode?: boolean;
/**
* Enables a button to send feedback from the Grafana UI
*/
feedbackButton?: boolean;
/**
* Enable unified storage search UI
*/
unifiedStorageSearchUI?: boolean;