mirror of
https://github.com/mue/mue.git
synced 2026-07-21 16:04:22 +02:00
feat: fully working hot reload for weather and search
This commit is contained in:
@@ -83,7 +83,7 @@ export default class OrderSettings extends React.PureComponent {
|
||||
|
||||
componentDidUpdate() {
|
||||
localStorage.setItem('order', JSON.stringify(this.state.items));
|
||||
EventBus.dispatch('refresh', 'order');
|
||||
EventBus.dispatch('refresh', 'widgets');
|
||||
}
|
||||
|
||||
render() {
|
||||
|
||||
Reference in New Issue
Block a user