mirror of
https://github.com/mue/mue.git
synced 2026-07-25 17:51:14 +02:00
fix: moving from 4.0 to 5.0 should now work
This commit is contained in:
@@ -26,7 +26,7 @@ export default class AdvancedSettings extends React.PureComponent {
|
||||
localStorage.setItem(key, content[key]);
|
||||
}
|
||||
|
||||
toast(this.language.toasts.imported);
|
||||
toast(window.language.toasts.imported);
|
||||
}
|
||||
|
||||
render() {
|
||||
|
||||
Reference in New Issue
Block a user