Record.Values
This commit is contained in:
@@ -74,6 +74,7 @@ export class LayersListComponent implements OnInit {
|
||||
this.dataSource.data = await Layer.getList(this._http, this.start, this.limit, this.codes);
|
||||
}
|
||||
}
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
async addCode(event: any) {
|
||||
const value = (event.target.value || '').trim();
|
||||
if (value) {
|
||||
|
||||
Reference in New Issue
Block a user