Skip to content

Commit fb744cb

Browse files
committed
monitoring initial refresh
1 parent d248e32 commit fb744cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Frontend/src/stores/MonitoringStore.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,8 @@ export const useMonitoringStore = defineStore("MonitoringStore", () => {
231231
}
232232

233233
async function fetchTypedFromMonitoring<T>(suffix: string): Promise<[Response?, T?]> {
234+
if (!monitoringUrl.value) refresh();
235+
234236
if (isMonitoringDisabled.value) {
235237
return [];
236238
}

0 commit comments

Comments
 (0)