🐛 Fix progress bar crash when input is undefined
This commit is contained in:
@ -113,7 +113,7 @@ export const continueChat = publicProcedure
|
||||
: computeCurrentProgress({
|
||||
typebotsQueue: newSessionState.typebotsQueue,
|
||||
progressMetadata: newSessionState.progressMetadata,
|
||||
currentInputBlockId: input?.id as string,
|
||||
currentInputBlockId: input?.id,
|
||||
})
|
||||
: undefined,
|
||||
}
|
||||
|
Reference in New Issue
Block a user