fix: syntax errors in NetworkService.js and en.json causing build failure

This commit is contained in:
Jeffer Marcelino
2025-06-22 17:11:01 +02:00
parent c98b901902
commit 31321749b2
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1033,7 +1033,7 @@ class NetworkService {
async flushQueue() {
return this.axiosInstance.post(`/queue/flush`);
}
async exportMonitors() {
const response = await this.axiosInstance.get("/monitors/export", {
+1
View File
@@ -786,6 +786,7 @@
"failedAtHeader": "Last failed at",
"failReasonHeader": "Fail reason"
}
},
"export": {
"title": "Export Monitors",
"success": "Monitors exported successfully!",