fix(ui) - check for filter
This commit is contained in:
parent
b02c4dcb80
commit
8267d43441
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ export default class FilterSeries {
|
|||
fromJson(json) {
|
||||
this.seriesId = json.seriesId
|
||||
this.name = json.name
|
||||
this.filter = new Filter().fromJson(json.filter)
|
||||
this.filter = new Filter().fromJson(json.filter || { filters: [] })
|
||||
return this
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue