mirror of https://github.com/langgenius/dify.git
fix: chat send
This commit is contained in:
parent
c6691bd297
commit
2a6d9c3211
|
|
@ -44,7 +44,7 @@ export const useCheckInputsForms = () => {
|
|||
return
|
||||
}
|
||||
|
||||
return false
|
||||
return true
|
||||
}, [notify, t])
|
||||
|
||||
return {
|
||||
|
|
|
|||
Loading…
Reference in New Issue