diff --git a/src/components/Table/TableFormatters/DiscoverConfirmFormatter.vue b/src/components/Table/TableFormatters/DiscoverConfirmFormatter.vue index ba31581f8..a8c4822ba 100644 --- a/src/components/Table/TableFormatters/DiscoverConfirmFormatter.vue +++ b/src/components/Table/TableFormatters/DiscoverConfirmFormatter.vue @@ -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(() => {