add back immediate for SSE calls (Alova bug)

This commit is contained in:
proddy
2024-08-30 11:21:26 +02:00
parent 70642de2a6
commit 6cacc1473d

View File

@@ -103,6 +103,7 @@ const SystemLog = () => {
// eslint-disable-next-line @typescript-eslint/unbound-method
const { onMessage, onError } = useSSE(fetchLogES, {
// withCredentials: true,
immediate: true,
interceptByGlobalResponded: false
});