mirror of
https://github.com/wassname/talk.git
synced 2026-07-02 02:43:46 +08:00
Update ConfigureStreamContainer.js
This commit is contained in:
committed by
GitHub
parent
371e3b951d
commit
04a4918fd5
@@ -56,7 +56,7 @@ class ConfigureStreamContainer extends Component {
|
||||
|
||||
handleChange (e) {
|
||||
|
||||
// TO DO: Don’t directly manipulate state and make state change immutable.
|
||||
// TODO: Don’t directly manipulate state and make state change immutable.
|
||||
if (e.target && e.target.id === 'qboxenable') {
|
||||
this.state.dirtySettings.questionBoxEnable = e.target.checked;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user