Skip to content
Snippets Groups Projects
Commit 41194ced authored by Johanna Szepanski's avatar Johanna Szepanski
Browse files

CE-3333: Fix for IOC details page constant reloading

parent 3c15b0bc
No related branches found
No related tags found
2 merge requests!612Release 5.0.0,!559CE-3164: Network error IOC log stream
Pipeline #204510 passed
......@@ -58,7 +58,7 @@ export function IOCDetailsContainer({ id }) {
);
}
if (loading || !ioc) {
if (!ioc && !error) {
return <LinearProgress color="primary" />;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment