From 20ee3fc76f555c4007825823c3d42f7b628aa0c2 Mon Sep 17 00:00:00 2001 From: josedario87 Date: Tue, 10 Jun 2025 00:14:30 -0600 Subject: [PATCH] le falta la coma --- ui/src/stores/useRealtime.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/stores/useRealtime.js b/ui/src/stores/useRealtime.js index bf3f8b3..1f272d7 100644 --- a/ui/src/stores/useRealtime.js +++ b/ui/src/stores/useRealtime.js @@ -64,7 +64,7 @@ export const useRealtimeStore = defineStore('realtime', { this._sse.onerror = () => { console.warn('SSE connection lost, reloading...'); }; - } + }, clearBadgesForTable(table) { if (this.badges[table]) { this.badges[table].INSERT = false;