mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 08:26:27 +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 [showDuplicateModal, setShowDuplicateModal] = useState(false)
|
||||||
const [showConfirmDelete, setShowConfirmDelete] = useState(false)
|
const [showConfirmDelete, setShowConfirmDelete] = useState(false)
|
||||||
const [showSwitchTip, setShowSwitchTip] = useState<string>('')
|
const [showSwitchTip, setShowSwitchTip] = useState<string>('')
|
||||||
const [showSwitchModal, setShowSwitchModal] = useState<boolean>(true)
|
const [showSwitchModal, setShowSwitchModal] = useState<boolean>(false)
|
||||||
|
|
||||||
const mutateApps = useContextSelector(
|
const mutateApps = useContextSelector(
|
||||||
AppsContext,
|
AppsContext,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user