fix(frontend): Prevent making too many calls to /git/changes on conversation load (#8579)

This commit is contained in:
sp.wack 2025-05-19 18:57:18 +04:00 committed by GitHub
parent 4a3d2e6859
commit b244138ec5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -156,7 +156,7 @@ export function WsClientProvider({
isFileWriteAction(event) ||
isCommandAction(event)
) {
queryClient.invalidateQueries({
queryClient.removeQueries({
queryKey: ["file_changes", conversationId],
});