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