Skip to content

Commit

Permalink
Fix selector for UserListComponent
Browse files Browse the repository at this point in the history
  • Loading branch information
rogargon committed May 21, 2024
1 parent 7ac2f98 commit 4915b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/user/user-list/user-list.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { User } from '../../login-basic/user';
import { PagedResourceCollection } from '@lagoshny/ngx-hateoas-client';

@Component({
selector: 'app-shelter-certificate-list',
selector: 'app-user-list',
templateUrl: './user-list.component.html'
})
export class UserListComponent implements OnInit {
Expand Down

0 comments on commit 4915b38

Please sign in to comment.