diff --git a/web/app/components/app-sidebar/app-info.tsx b/web/app/components/app-sidebar/app-info.tsx index 4b8adcce21..1b073a0f76 100644 --- a/web/app/components/app-sidebar/app-info.tsx +++ b/web/app/components/app-sidebar/app-info.tsx @@ -42,7 +42,7 @@ const AppInfo = ({ expand }: IAppInfoProps) => { const [showDuplicateModal, setShowDuplicateModal] = useState(false) const [showConfirmDelete, setShowConfirmDelete] = useState(false) const [showSwitchTip, setShowSwitchTip] = useState('') - const [showSwitchModal, setShowSwitchModal] = useState(true) + const [showSwitchModal, setShowSwitchModal] = useState(false) const mutateApps = useContextSelector( AppsContext,