Merge pull request #1238 from chaotixkilla/fix-config-changes-not-propagating
Fix undefined value on settings reload state
This commit is contained in:
commit
a97b019089
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