We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a56482 commit 13804ccCopy full SHA for 13804cc
src/Dispatcher.js
@@ -128,7 +128,7 @@ export default class Dispatcher extends Component {
128
}
129
130
resetCustomAction() {
131
- this.refs.action.innerHTML = this.props.initEmpty ? '<br/>' : '{<br/>"type": ""<br/>}';
+ this.refs.action.innerHTML = this.props.initEmpty ? '<br/>' : '{<br/>type: ""<br/>}';
132
133
134
getSelectedActionCreator() {
0 commit comments