feature/alerts-and-map #2

Closed
v6ole wants to merge 8 commits from feature/alerts-and-map into main
Showing only changes of commit a9551d87f5 - Show all commits
+1 -1
View File
@@ -938,7 +938,7 @@ const dismissNewDevice = async (id) => {
const runQuickScan = async () => {
quickScanning.value = true
try {
const { data } = await request.post('/olt/quick-scan')
const { data } = await request.post('/olt/quick-scan', null, { timeout: 180000 })
quickScanResult.value = data
quickScanVisible.value = true
} catch (error) {