Skip to content

Commit

Permalink
Reset to defaults after convert
Browse files Browse the repository at this point in the history
  • Loading branch information
mfix22 committed Apr 15, 2017
1 parent 4d9d759 commit 25981f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Converter.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ class Sanitizer extends Component {
this.setState({
status: IDLE,
files: {},
inputValue: null
})
}, 3000)
}).catch((err) => {
Expand All @@ -226,6 +227,7 @@ class Sanitizer extends Component {
this.setState({
status: IDLE,
files: {},
inputValue: null
})
}, 3000)
})
Expand Down

0 comments on commit 25981f2

Please sign in to comment.