mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-10 23:40:50 -04:00
Fix port data type #1802
This commit is contained in:
parent
a7063b8aca
commit
c36d9a4b8b
2 changed files with 2 additions and 2 deletions
|
@ -535,7 +535,7 @@ export default {
|
|||
if (this.monitor.type === "dns") {
|
||||
this.monitor.port = "53";
|
||||
} else {
|
||||
this.monitor.port = "";
|
||||
this.monitor.port = undefined;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue