This commit is contained in:
crusader 2018-06-04 12:50:25 +09:00
parent 2707f4f869
commit 859255df05

View File

@ -37,7 +37,7 @@ export class SensorListComponent implements OnInit, OnChanges {
}
ngOnInit() {
if (1 > this.pageNo) {
if (undefined === this.pageNo || 1 > this.pageNo) {
this.pageNo = 0;
}