fix: undefined key on settings reload state
This commit is contained in:
parent
8480658bd2
commit
e0c070ef25
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ function machineAction (type, value) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function reload (operatorId) {
|
function reload (operatorId) {
|
||||||
state.needsSettingsReload[operatorId.operatorId] = true
|
state.needsSettingsReload[operatorId] = true
|
||||||
}
|
}
|
||||||
|
|
||||||
const populateSettings = function (req, res, next) {
|
const populateSettings = function (req, res, next) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue