mirror of
https://github.com/langgenius/dify.git
synced 2026-05-01 07:58:02 +08:00
hide switch modal
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user