Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated: Enhance null safety and set default URL in EditMonitor.vue
- Added optional chaining to safely access `this.monitor.hostname`. - Introduced default URL (`https://`) assignment to `this.monitor.url`. - Ensured `hostname` is trimmed after the URL is set. Fixes [louislam#5466](louislam#5466) modified: src/pages/EditMonitor.vue
- Loading branch information