weather: redirect after autodetect submission

This commit is contained in:
Matilde Park 2020-03-13 11:04:57 -04:00
parent b94d81c190
commit 1123ae5c99

View File

@ -23,6 +23,7 @@ export default class WeatherTile extends Component {
}, { maximumAge: Infinity, timeout: 10000 });
api.action("clock", "json", latlng);
api.action('weather', 'json', latlng);
this.setState({ manualEntry: !this.state.manualEntry });
});
}