mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-03-09 10:54:45 +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() {
|
friendlyNameRequired() {
|
||||||
return this.friendlyNameRequiredOptions.includes(this.monitor.type);
|
return this.friendlyNameRequiredOptions.includes(this.monitor.type);
|
||||||
}
|
},
|
||||||
|
|
||||||
// Added a Proxy Event
|
// Added a Proxy Event
|
||||||
// Enable it if the proxy is added in EditMonitor.vue
|
// Enable it if the proxy is added in EditMonitor.vue
|
||||||
|
|
Loading…
Add table
Reference in a new issue