Skip to content

Commit

Permalink
remove additional loading spinners
Browse files Browse the repository at this point in the history
Signed-off-by: Amit Galitzky <[email protected]>
  • Loading branch information
amitgalitz committed Apr 18, 2022
1 parent 535b8ef commit 742987e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions public/pages/DetectorDetail/containers/DetectorDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -429,12 +429,6 @@ export const DetectorDetail = (props: DetectorDetailProps) => {
</EuiFlexGroup>
) : (
<div>
<EuiLoadingSpinner size="s" />
&nbsp;&nbsp;
<EuiLoadingSpinner size="m" />
&nbsp;&nbsp;
<EuiLoadingSpinner size="l" />
&nbsp;&nbsp;
<EuiLoadingSpinner size="xl" />
</div>
)}
Expand Down

0 comments on commit 742987e

Please sign in to comment.