коммит произвёл
GitHub
родитель
8d5671dd4a
Коммит
16d80e61a2
@@ -105,7 +105,6 @@ class ButtonBinding extends React.PureComponent<Props, State> {
|
|||||||
|
|
||||||
render() {
|
render() {
|
||||||
const {binding} = this.props;
|
const {binding} = this.props;
|
||||||
let customButtonStyle;
|
|
||||||
|
|
||||||
if (!binding.submit && !binding.form?.submit && !binding.form?.source) {
|
if (!binding.submit && !binding.form?.submit && !binding.form?.source) {
|
||||||
return null;
|
return null;
|
||||||
@@ -118,8 +117,8 @@ class ButtonBinding extends React.PureComponent<Props, State> {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<button
|
<button
|
||||||
|
className='btn btn-sm'
|
||||||
onClick={this.handleClick}
|
onClick={this.handleClick}
|
||||||
style={customButtonStyle}
|
|
||||||
>
|
>
|
||||||
<LoadingWrapper
|
<LoadingWrapper
|
||||||
loading={this.state.executing}
|
loading={this.state.executing}
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user