mirror of
https://github.com/grafana/grafana.git
synced 2025-01-17 04:02:50 -06:00
parent
e97853abc9
commit
f58ab7945b
@ -324,7 +324,7 @@ export class PanelModel {
|
||||
}
|
||||
|
||||
hasTitle() {
|
||||
return !!this.title.length;
|
||||
return this.title && this.title.length > 0;
|
||||
}
|
||||
|
||||
destroy() {
|
||||
|
Loading…
Reference in New Issue
Block a user