Merge branch 'arc53:main' into main

pull/971/head
Digvijay Shelar 4 months ago committed by GitHub
commit 10646b9b86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -151,7 +151,7 @@ export const conversationSlice = createSlice({
action: PayloadAction<{ index: number; query: Partial<Query> }>,
) {
const { index, query } = action.payload;
if (query.response) {
if (query.response != undefined) {
state.queries[index].response =
(state.queries[index].response || '') + query.response;
} else {

Loading…
Cancel
Save