Full Description popup added to the Vacancy summerization

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