Record.Values

This commit is contained in:
Michał Zieliński
2023-08-21 13:00:05 +02:00
parent d51abf90ee
commit e8c64059fb
11 changed files with 792 additions and 13 deletions

View File

@@ -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) {