(fix:ui) minor adjustments

This commit is contained in:
ManishMadan2882
2025-03-13 20:39:17 +05:30
parent 27b24f19de
commit 5bc758aa2d
6 changed files with 25 additions and 11 deletions

View File

@@ -231,8 +231,7 @@ export const sharedConversationSlice = createSlice({
return state;
}
state.status = 'failed';
state.queries[state.queries.length - 1].error =
'Something went wrong. Please check your internet connection.';
state.queries[state.queries.length - 1].error = 'Something went wrong';
});
},
});