Export excel sheer
This commit is contained in:
@@ -59,9 +59,6 @@ export class LayersListComponent implements OnInit {
|
||||
this.start = this.end;
|
||||
this.end = this.limit + this.start;
|
||||
}
|
||||
trackByUid(index : number, item : Layer) {
|
||||
return item.id;
|
||||
}
|
||||
async removeCode(code: string) {
|
||||
const index = this.codes.indexOf(code);
|
||||
if (index >= 0) {
|
||||
|
||||
Reference in New Issue
Block a user