Merge pull request #13375 from AllForNothing/rep-filter

Fix filter bug for replication rule list
This commit is contained in:
Will Sun 2020-10-29 09:10:31 +08:00 committed by GitHub
commit fc65f5bf69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -178,6 +178,7 @@ export class ReplicationComponent implements OnInit, OnDestroy {
this.totalCount = parseInt(xHeader, 0);
}
}
this.listReplicationRule.selectedRow = null; // Clear selection
this.listReplicationRule.rules = response.body as ReplicationRule[];
this.listReplicationRule.loading = false;
}, error => {