mirror of
https://github.com/mue/mue.git
synced 2026-07-22 16:27:32 +02:00
feat: fully working hot reload for weather and search
This commit is contained in:
@@ -38,7 +38,7 @@ export default class TimeSettings extends React.PureComponent {
|
||||
return (
|
||||
<>
|
||||
<h2>{language.title}</h2>
|
||||
<Switch name='weatherEnabled' text={this.language.enabled} category='weather'/>
|
||||
<Switch name='weatherEnabled' text={this.language.enabled} category='widgets'/>
|
||||
<ul>
|
||||
<p>{language.location}</p>
|
||||
<input type='text' value={this.state.location} onChange={(e) => this.setState({ location: e.target.value })}></input>
|
||||
|
||||
Reference in New Issue
Block a user