Commit d32faf12 authored by Joel's avatar Joel

fix: app update var break old conversation

parent 1ba3f24d
......@@ -244,6 +244,9 @@ const Main: FC = () => {
}
const checkCanSend = () => {
if (currConversationId !== '-1')
return true
if (!currInputs || !promptConfig?.prompt_variables)
return true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment