refs #6507 state
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Carlos Satorres 2023-11-24 08:40:06 +01:00
parent 8a568f180a
commit 5d18c211a0
1 changed files with 1 additions and 1 deletions

View File

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