mirror of
https://github.com/mue/mue.git
synced 2026-07-16 13:34:03 +02:00
fix: some bug fixes
This commit is contained in:
@@ -42,7 +42,7 @@ export default class Text extends React.PureComponent {
|
||||
value: this.props.default || ''
|
||||
});
|
||||
|
||||
toast(this.language.toasts.reset);
|
||||
toast(window.language.toasts.reset);
|
||||
EventBus.dispatch('refresh', this.props.category);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user