fix: update remote_present status on delete_remote command

This commit is contained in:
w940853815 2025-03-18 16:47:28 +08:00 committed by w940853815
parent 61e5b061e9
commit d0b8efc796

View File

@ -103,6 +103,9 @@ export default {
if (cmd === 'ignore') {
this.row.status = { 'value': statusMap.ignored }
}
if (cmd === 'delete_remote') {
this.row.remote_present = false
}
this.row.status = { 'value': statusMap.confirmed }
}).finally(() => {
setTimeout(() => {