stuff
This commit is contained in:
parent
6cd4178f9b
commit
c37fcbabc5
|
@ -228,7 +228,7 @@ module.exports = (_ => {
|
||||||
disabled: key == "rnmStart" && !automaticLoading,
|
disabled: key == "rnmStart" && !automaticLoading,
|
||||||
value: this.props[key],
|
value: this.props[key],
|
||||||
onChange: (value, instance) => {
|
onChange: (value, instance) => {
|
||||||
this.props[key] = value;
|
this.props[key] = modalSettings[key] = value;
|
||||||
BDFDB.ReactUtils.forceUpdate(this);
|
BDFDB.ReactUtils.forceUpdate(this);
|
||||||
}
|
}
|
||||||
}))
|
}))
|
||||||
|
|
|
@ -495,7 +495,7 @@ module.exports = (_ => {
|
||||||
disabled: key == "rnmStart" && !automaticLoading,
|
disabled: key == "rnmStart" && !automaticLoading,
|
||||||
value: this.props[key],
|
value: this.props[key],
|
||||||
onChange: (value, instance) => {
|
onChange: (value, instance) => {
|
||||||
this.props[key] = value;
|
this.props[key] = modalSettings[key] = value;
|
||||||
BDFDB.ReactUtils.forceUpdate(this);
|
BDFDB.ReactUtils.forceUpdate(this);
|
||||||
}
|
}
|
||||||
}))
|
}))
|
||||||
|
|
Loading…
Reference in New Issue