mirror of
https://github.com/langgenius/dify.git
synced 2026-02-11 13:34:38 +08:00
chore: remove debug code
This commit is contained in:
parent
aa0841e2a8
commit
1f513e3b43
@ -43,8 +43,8 @@ const Explore: FC<IExploreProps> = ({
|
||||
return router.replace('/datasets')
|
||||
}, [isCurrentWorkspaceDatasetOperator])
|
||||
|
||||
const [currentTryAppParams, setCurrentTryAppParams] = useState<CurrentTryAppParams | undefined>({ appId: '47b94c61-5b0d-402b-b5bb-482ee406bc68' })
|
||||
const [isShowTryAppPanel, setIsShowTryAppPanel] = useState(true)
|
||||
const [currentTryAppParams, setCurrentTryAppParams] = useState<CurrentTryAppParams | undefined>(undefined)
|
||||
const [isShowTryAppPanel, setIsShowTryAppPanel] = useState(false)
|
||||
const setShowTryAppPanel = (showTryAppPanel: boolean, params?: CurrentTryAppParams) => {
|
||||
if (showTryAppPanel)
|
||||
setCurrentTryAppParams(params)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user