fix JS error on SpinnerButton and refactor edit incoming/outgoing webhook (#6917)

Этот коммит содержится в:
Saturnino Abril
2017-07-13 01:35:49 +09:00
коммит произвёл GitHub
родитель b1322746d2
Коммит d3506c9d69
3 изменённых файлов: 19 добавлений и 20 удалений

Просмотреть файл

@@ -16,6 +16,12 @@ export default class SpinnerButton extends React.Component {
};
}
static get defaultProps() {
return {
spinning: false
};
}
render() {
const {spinning, children, ...props} = this.props; // eslint-disable-line no-use-before-define