mirror of
https://github.com/aljazceru/claude-code-viewer.git
synced 2026-01-30 19:04:34 +01:00
feat: implement continue chat (not resume if connected)
This commit is contained in:
@@ -28,8 +28,10 @@ export const useConfig = () => {
|
||||
});
|
||||
return await response.json();
|
||||
},
|
||||
onSuccess: () => {
|
||||
queryClient.invalidateQueries({ queryKey: configQueryConfig.queryKey });
|
||||
onSuccess: async () => {
|
||||
await queryClient.invalidateQueries({
|
||||
queryKey: configQueryConfig.queryKey,
|
||||
});
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user