mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
remove unneeded immediate param
This commit is contained in:
@@ -102,7 +102,6 @@ const SystemLog = () => {
|
|||||||
|
|
||||||
// eslint-disable-next-line @typescript-eslint/unbound-method
|
// eslint-disable-next-line @typescript-eslint/unbound-method
|
||||||
const { onMessage, onError } = useSSE(fetchLogES, {
|
const { onMessage, onError } = useSSE(fetchLogES, {
|
||||||
immediate: true,
|
|
||||||
// withCredentials: true,
|
// withCredentials: true,
|
||||||
interceptByGlobalResponded: false
|
interceptByGlobalResponded: false
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user