mirror of
https://github.com/langgenius/dify.git
synced 2026-04-04 22:20:25 +08:00
hide switch modal
This commit is contained in:
parent
50b4c7fa18
commit
e36d62f08c
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user