StatPanel: Fix stat panel display name not showing when explicitly set (#26616)
* StatPanel: Fix stat panel display name now showing when explicitly set * StatPanel: Updarted auto mode to also take panel title into consideration * fixed test
This commit is contained in:
@@ -69,6 +69,8 @@ export interface PanelProps<T = any> {
|
||||
onChangeTimeRange: (timeRange: AbsoluteTimeRange) => void;
|
||||
/** @internal */
|
||||
renderCounter: number;
|
||||
/** Panel title */
|
||||
title: string;
|
||||
}
|
||||
|
||||
export interface PanelEditorProps<T = any> {
|
||||
|
||||
Reference in New Issue
Block a user