mirror of
https://github.com/mue/mue.git
synced 2026-07-19 15:04:11 +02:00
fix: some bug fixes
This commit is contained in:
@@ -78,7 +78,7 @@ export default class OrderSettings extends React.PureComponent {
|
||||
items: JSON.parse(localStorage.getItem('order'))
|
||||
});
|
||||
|
||||
toast(this.language.toasts.reset);
|
||||
toast(window.language.toasts.reset);
|
||||
}
|
||||
|
||||
componentDidUpdate() {
|
||||
|
||||
Reference in New Issue
Block a user