mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
fix(frontend): Prevent making too many calls to /git/changes on conversation load (#8579)
This commit is contained in:
parent
4a3d2e6859
commit
b244138ec5
@ -156,7 +156,7 @@ export function WsClientProvider({
|
||||
isFileWriteAction(event) ||
|
||||
isCommandAction(event)
|
||||
) {
|
||||
queryClient.invalidateQueries({
|
||||
queryClient.removeQueries({
|
||||
queryKey: ["file_changes", conversationId],
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user