mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
Fixes ButtonInput not allowing UIs to be opened (#59329)
Co-authored-by: Watermelon914 <3052169-Watermelon914@users.noreply.gitlab.com>
This commit is contained in:
co-authored by
Watermelon914
parent
1ed24f8281
commit
2343370e4e
@@ -243,7 +243,7 @@ export class ButtonInput extends Component {
|
||||
...rest
|
||||
} = this.props;
|
||||
|
||||
let buttonInput = (
|
||||
let buttonContent = (
|
||||
<Box
|
||||
className={classes([
|
||||
'Button',
|
||||
|
||||
Reference in New Issue
Block a user