Fix linting
parent
b8a8b1302d
commit
753b3ea682
|
@ -23,7 +23,7 @@ export class DecorationListComponent implements OnInit {
|
||||||
|
|
||||||
searchTerm = new FormControl();
|
searchTerm = new FormControl();
|
||||||
|
|
||||||
radioModel: string = '';
|
radioModel = '';
|
||||||
|
|
||||||
readonly fraction = Fraction;
|
readonly fraction = Fraction;
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,7 @@ export class UserListComponent implements OnInit {
|
||||||
|
|
||||||
searchTerm = new FormControl();
|
searchTerm = new FormControl();
|
||||||
|
|
||||||
radioModel: string = '';
|
radioModel = '';
|
||||||
|
|
||||||
throttle = 300;
|
throttle = 300;
|
||||||
|
|
||||||
|
@ -82,7 +82,7 @@ export class UserListComponent implements OnInit {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
filterUsers(action?, group?:MatButtonToggleGroup) {
|
filterUsers(action?, group?: MatButtonToggleGroup) {
|
||||||
if (!action || action === LOAD) {
|
if (!action || action === LOAD) {
|
||||||
this.offset = 0;
|
this.offset = 0;
|
||||||
this.limit = 20;
|
this.limit = 20;
|
||||||
|
|
Loading…
Reference in New Issue