fix: app update var break old conversation

This commit is contained in:
Joel
2023-07-05 11:33:50 +08:00
parent 1ba3f24dc1
commit d32faf12f2

View File

@ -244,6 +244,9 @@ const Main: FC = () => {
}
const checkCanSend = () => {
if (currConversationId !== '-1')
return true
if (!currInputs || !promptConfig?.prompt_variables)
return true