Skip to content
Snippets Groups Projects
Commit 6f74cc7b authored by stvoutsin's avatar stvoutsin
Browse files

Reset search term after workflow is selected

parent e52979a6
No related branches found
No related tags found
2 merge requests!62Master,!60Redesigning UI for Interactive Analysis (two-step process)
...@@ -55,6 +55,7 @@ export default function Interactive() { ...@@ -55,6 +55,7 @@ export default function Interactive() {
const onClickNext = e => { const onClickNext = e => {
e.preventDefault(); e.preventDefault();
setSearchTerm("")
setShowFacilities(true); setShowFacilities(true);
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment