Removed public torrent from torrent-table
This commit is contained in:
parent
d3635e69cb
commit
0f6bc430d8
1 changed files with 0 additions and 1 deletions
|
|
@ -11,7 +11,6 @@ import { FormBuilder, FormGroup, Validators } from '@angular/forms';
|
||||||
styleUrls: ['./torrent-table.component.scss'],
|
styleUrls: ['./torrent-table.component.scss'],
|
||||||
})
|
})
|
||||||
export class TorrentTableComponent implements OnInit {
|
export class TorrentTableComponent implements OnInit {
|
||||||
public torrent: Torrent;
|
|
||||||
public torrents: Torrent[] = [];
|
public torrents: Torrent[] = [];
|
||||||
public selectedTorrents: Torrent[] = [];
|
public selectedTorrents: Torrent[] = [];
|
||||||
public error: string;
|
public error: string;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue