Skip to content

Commit 29aa1dd

Browse files
authored
Remove extra loading spinners (#238)
Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com>
1 parent 6beefb9 commit 29aa1dd

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

public/pages/DetectorConfig/containers/DetectorConfig.tsx

-6
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,6 @@ export function DetectorConfig(props: DetectorConfigProps) {
5656
</EuiPageBody>
5757
) : (
5858
<div>
59-
<EuiLoadingSpinner size="s" />
60-
&nbsp;&nbsp;
61-
<EuiLoadingSpinner size="m" />
62-
&nbsp;&nbsp;
63-
<EuiLoadingSpinner size="l" />
64-
&nbsp;&nbsp;
6559
<EuiLoadingSpinner size="xl" />
6660
</div>
6761
)}

0 commit comments

Comments
 (0)