Full Description popup added to the Vacancy summerization

parent d7e5a814
......@@ -39,6 +39,8 @@ const LoadingIndicator = (props) => {
);
};
//Full Description popup added to the Vacancy summerization
export default function Vacancy() {
const [vac, setVac] = useState([]);
const [filteredData, setFilteredData] = useState(vac);
......@@ -53,6 +55,7 @@ export default function Vacancy() {
fetchVacancy();
}
function fetchVacancy() {
trackPromise(
fetch(process.env.REACT_APP_API + "postvacancy/" + selectedClient)
......
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