Refresh page after write completes

pull/1647/head
Andrew Watkins 2017-06-21 16:17:25 -07:00
parent 7a0c8166eb
commit 6432d3268a
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ class WriteDataForm extends Component {
try {
await writeLineProtocol(source, selectedDatabase, content)
onClose()
window.location.reload()
} catch (error) {
console.error(error.data.error)
}