mirror of https://github.com/langgenius/dify.git
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