Skip to content

Commit

Permalink
Remove extra loading spinners (#238)
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com>
  • Loading branch information
ohltyler committed Apr 13, 2022
1 parent 6beefb9 commit 29aa1dd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions public/pages/DetectorConfig/containers/DetectorConfig.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,6 @@ export function DetectorConfig(props: DetectorConfigProps) {
</EuiPageBody>
) : (
<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 29aa1dd

Please sign in to comment.