mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-03-06 17:34:46 +00:00
Fix syntax error
This commit is contained in:
parent
54157643de
commit
93da7587ee
1 changed files with 1 additions and 1 deletions
|
@ -614,7 +614,7 @@ export default {
|
|||
*/
|
||||
friendlyNameRequired() {
|
||||
return this.friendlyNameRequiredOptions.includes(this.monitor.type);
|
||||
}
|
||||
},
|
||||
|
||||
// Added a Proxy Event
|
||||
// Enable it if the proxy is added in EditMonitor.vue
|
||||
|
|
Loading…
Add table
Reference in a new issue