mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-08 03:54:18 +00:00
toast removed (#735)
This commit is contained in:
parent
82db4acb7d
commit
71425928cc
@ -21,7 +21,6 @@ const OasModal = ({ openModal, handleCloseModal }) => {
|
|||||||
const services = await api.getOasServices();
|
const services = await api.getOasServices();
|
||||||
setOasServices(services);
|
setOasServices(services);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
toast.error("Error occurred while fetching services list");
|
|
||||||
console.error(e);
|
console.error(e);
|
||||||
}
|
}
|
||||||
})();
|
})();
|
||||||
|
Loading…
Reference in New Issue
Block a user