Skip to content

Commit

Permalink
fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bobcaprice committed Jan 24, 2024
1 parent 6e62a9a commit d370452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/user/users.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export class UsersComponent implements OnInit, OnDestroy {
totalItems: any
itemsPerPage: any
page: any
sortColumn: string = 'id'
sortColumn = 'id'
ascending: any
itemCount: string | null | undefined = null
searchTerm: string | null = null
Expand Down

0 comments on commit d370452

Please sign in to comment.