Skip to content

Commit

Permalink
Progress: #160
Browse files Browse the repository at this point in the history
  • Loading branch information
ingvord committed Jun 12, 2019
1 parent 81e70fc commit 84dc64d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/platform/webix/tango_mixins.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ TangoWebappPlatform.mixin = {
if(this.state === null) {
this.state = new this.config.state_class({
id: this.config.id,
data: this.initial_state || {}
data: Object.assign({}, this.initial_state) || {}
})
}
this.restoreState(this.state);
Expand Down

0 comments on commit 84dc64d

Please sign in to comment.