toast removed (#735)

This commit is contained in:
AmitUp9
2022-01-31 16:48:40 +02:00
committed by GitHub
parent 82db4acb7d
commit 71425928cc

View File

@@ -21,7 +21,6 @@ const OasModal = ({ openModal, handleCloseModal }) => {
const services = await api.getOasServices();
setOasServices(services);
} catch (e) {
toast.error("Error occurred while fetching services list");
console.error(e);
}
})();