Add Refresh button for clustering

parent 67e0abfb
...@@ -67,7 +67,7 @@ export default function Vacancy() { ...@@ -67,7 +67,7 @@ export default function Vacancy() {
fetchVacancy(); fetchVacancy();
return () => {}; return () => {};
}, []); }, []);
//refresh clustering vacancy
function refreshData() { function refreshData() {
trackPromise( trackPromise(
fetch(process.env.REACT_APP_API + "refreshClustering_Vacancy/") fetch(process.env.REACT_APP_API + "refreshClustering_Vacancy/")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment