MM-56593 - Fixing app button styles (#25962)

Automatic Merge
Этот коммит содержится в:
Asaad Mahmood
2024-01-22 22:05:38 +05:00
коммит произвёл GitHub
родитель 8d5671dd4a
Коммит 16d80e61a2

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

@@ -105,7 +105,6 @@ class ButtonBinding extends React.PureComponent<Props, State> {
render() {
const {binding} = this.props;
let customButtonStyle;
if (!binding.submit && !binding.form?.submit && !binding.form?.source) {
return null;
@@ -118,8 +117,8 @@ class ButtonBinding extends React.PureComponent<Props, State> {
return (
<button
className='btn btn-sm'
onClick={this.handleClick}
style={customButtonStyle}
>
<LoadingWrapper
loading={this.state.executing}