Fix linting
parent
b8a8b1302d
commit
753b3ea682
|
@ -23,7 +23,7 @@ export class DecorationListComponent implements OnInit {
|
|||
|
||||
searchTerm = new FormControl();
|
||||
|
||||
radioModel: string = '';
|
||||
radioModel = '';
|
||||
|
||||
readonly fraction = Fraction;
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ export class UserListComponent implements OnInit {
|
|||
|
||||
searchTerm = new FormControl();
|
||||
|
||||
radioModel: string = '';
|
||||
radioModel = '';
|
||||
|
||||
throttle = 300;
|
||||
|
||||
|
|
Loading…
Reference in New Issue