Add Refresh button for clustering

parent 67e0abfb
......@@ -67,7 +67,7 @@ export default function Vacancy() {
fetchVacancy();
return () => {};
}, []);
//refresh clustering vacancy
function refreshData() {
trackPromise(
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