Fixes ButtonInput not allowing UIs to be opened (#59329)

Co-authored-by: Watermelon914 <3052169-Watermelon914@users.noreply.gitlab.com>
This commit is contained in:
Watermelon914
2021-05-26 17:53:31 +03:00
committed by GitHub
co-authored by Watermelon914
parent 1ed24f8281
commit 2343370e4e
+1 -1
View File
@@ -243,7 +243,7 @@ export class ButtonInput extends Component {
...rest
} = this.props;
let buttonInput = (
let buttonContent = (
<Box
className={classes([
'Button',