hotfix-undefinedContract #1859

Merged
carlossa merged 5 commits from hotfix-undefinedContract into master 2023-11-24 08:06:42 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 5d18c211a0 - Show all commits

View File

@ -402,7 +402,7 @@ class Controller extends Section {
}); });
} }
changeState(state, reason) { state(state, reason) {
this.state = state; this.state = state;
this.reason = reason; this.reason = reason;
this.repaint(); this.repaint();