mirror of
https://github.com/NovaGM/ModuleBuilder.git
synced 2024-08-15 00:23:33 +00:00
[PCCompat > Components > Settings] ButtonItem: Fix class name
This commit is contained in:
parent
5522c2f9d7
commit
66c669eac3
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ const OriginalButton = goosemod.webpackModules.findByProps('Sizes', 'Colors', 'L
|
||||||
const Tooltip = goosemodScope.webpackModules.findByDisplayName('Tooltip');
|
const Tooltip = goosemodScope.webpackModules.findByDisplayName('Tooltip');
|
||||||
|
|
||||||
|
|
||||||
export default class TextInput extends React.PureComponent {
|
export default class ButtonItem extends React.PureComponent {
|
||||||
render() {
|
render() {
|
||||||
const title = this.props.children;
|
const title = this.props.children;
|
||||||
delete this.props.children;
|
delete this.props.children;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue