Fixes #46, you can now edit a graph with no title
This commit is contained in:
@@ -40,7 +40,7 @@ function (angular, $) {
|
||||
'onStop:\'panelMoveStop\''+
|
||||
'}" ng-model="row.panels" ' +
|
||||
'>' +
|
||||
'{{panel.title}}' +
|
||||
'{{panel.title || "No title"}}' +
|
||||
'</span>' +
|
||||
'</span>'+
|
||||
|
||||
|
||||
Reference in New Issue
Block a user