fix JS error on SpinnerButton and refactor edit incoming/outgoing webhook (#6917)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
b1322746d2
Коммит
d3506c9d69
@@ -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
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user