Commit e36d62f0 authored by JzoNg's avatar JzoNg

hide switch modal

parent 50b4c7fa
......@@ -42,7 +42,7 @@ const AppInfo = ({ expand }: IAppInfoProps) => {
const [showDuplicateModal, setShowDuplicateModal] = useState(false)
const [showConfirmDelete, setShowConfirmDelete] = useState(false)
const [showSwitchTip, setShowSwitchTip] = useState<string>('')
const [showSwitchModal, setShowSwitchModal] = useState<boolean>(true)
const [showSwitchModal, setShowSwitchModal] = useState<boolean>(false)
const mutateApps = useContextSelector(
AppsContext,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment