Small fix to schemaUpgrade, Closes #807

This commit is contained in:
Torkel Ödegaard
2014-09-16 13:32:27 +02:00
parent 81a21c03b2
commit 430e2e439b
+1 -1
View File
@@ -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;
}