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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue