Alerting: Remove alertingConversionAPI feature flag (#103380)

This commit is contained in:
Alexander Akhmetov
2025-04-05 09:27:02 +01:00
committed by GitHub
parent ac7ad27867
commit bdbe94abc8
7 changed files with 19 additions and 37 deletions

View File

@ -955,10 +955,6 @@ export interface FeatureToggles {
*/
fetchRulesUsingPost?: boolean;
/**
* Enable the alerting conversion API
*/
alertingConversionAPI?: boolean;
/**
* Enables the new logs panel in Explore
*/
newLogsPanel?: boolean;