Small fix to schemaUpgrade, Closes #807
This commit is contained in:
@@ -131,7 +131,7 @@ function (angular, $, kbn, _, moment) {
|
||||
if (old.services) {
|
||||
if (old.services.filter) {
|
||||
this.time = old.services.filter.time;
|
||||
this.templating.list = old.services.filter.list;
|
||||
this.templating.list = old.services.filter.list || [];
|
||||
}
|
||||
delete this.services;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user