[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2026-01-12 03:14:42 +00:00 committed by GitHub
parent 5eb7c8c1c7
commit 79edbabb6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -345,7 +345,7 @@ export default {
*/
deleteSelected() {
const selectedIds = Object.keys(this.selectedMonitors);
// Delete each selected monitor
selectedIds.forEach((id) => {
this.$root.deleteMonitor(id, false, () => {});