From e01ea3e0c0bb2e18f773f8407a7862b8d6c4cefa Mon Sep 17 00:00:00 2001 From: Aditya Purandare Date: Mon, 23 Dec 2024 16:01:41 +0530 Subject: [PATCH] clean up unused objects --- .../applications-restart-panel/applications-restart-panel.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/app/applications/components/applications-restart-panel/applications-restart-panel.tsx b/ui/src/app/applications/components/applications-restart-panel/applications-restart-panel.tsx index c58eb04afe8de..90934a38c3996 100644 --- a/ui/src/app/applications/components/applications-restart-panel/applications-restart-panel.tsx +++ b/ui/src/app/applications/components/applications-restart-panel/applications-restart-panel.tsx @@ -1,5 +1,5 @@ import * as React from 'react'; -import {SlidingPanel, Spinner, ErrorNotification, NotificationType} from 'argo-ui'; +import {SlidingPanel, ErrorNotification, NotificationType} from 'argo-ui'; import {Form, FormApi} from 'react-form'; import {ProgressPopup} from '../../../shared/components'; import {Consumer} from '../../../shared/context'; @@ -28,7 +28,7 @@ export const ApplicationsRestartPanel = ({show, apps, hide}: {show: boolean; app onClose={hide} header={
- {' '}