mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 18:08:07 +08:00
feat: enhance configuration and environment setup for SSH sandbox and Creators Platform; update local excludes and improve component logic in the web app
This commit is contained in:
@ -17,7 +17,7 @@ const ComputerUseTip: FC<Props> = ({
|
||||
|
||||
React.useEffect(() => {
|
||||
if (!visible)
|
||||
// eslint-disable-next-line react-hooks-extra/no-direct-set-state-in-use-effect
|
||||
// eslint-disable-next-line react/set-state-in-effect
|
||||
setDismissed(false)
|
||||
}, [visible])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user