mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
OptionsUI: UnitPicker now supports isClearable setting (#51064)
This commit is contained in:
@@ -125,7 +125,9 @@ export const thresholdsOverrideProcessor = (
|
||||
return value as ThresholdsConfig; // !!!! likely not !!!!
|
||||
};
|
||||
|
||||
export interface UnitFieldConfigSettings {}
|
||||
export interface UnitFieldConfigSettings {
|
||||
isClearable?: boolean;
|
||||
}
|
||||
|
||||
export const unitOverrideProcessor = (
|
||||
value: boolean,
|
||||
|
||||
Reference in New Issue
Block a user