Skip to content

Commit

Permalink
Revert error message
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekMichali committed Aug 27, 2024
1 parent e953aab commit 823cddd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ui/src/components/ServiceInstancesView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,6 @@ function ServiceInstancesView(props: any) {
if (!Ok(serviceInstances) || !Ok(serviceInstances.items)) {
return <ui5.IllustratedMessage name="NoEntries" />
}

if (error) {
return <ui5.IllustratedMessage name="UnableToLoad" />
}

return serviceInstances?.items.map((instance, index) => {

Expand Down

0 comments on commit 823cddd

Please sign in to comment.