Skip to content

Commit

Permalink
remove fixed search string
Browse files Browse the repository at this point in the history
  • Loading branch information
domoberzin committed Mar 22, 2024
1 parent bfd5201 commit 6aa799b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ import { ErrorMessageOutput } from '../../error-message-output';
})
export class AdminSearchPageComponent {

searchQuery: string = 'institute';
searchString: string = 'institute';
searchQuery: string = '';
searchString: string = '';
instructors: InstructorAccountSearchResult[] = [];
students: StudentAccountSearchResult[] = [];
accountRequests: AccountRequestSearchResult[] = [];
Expand Down

0 comments on commit 6aa799b

Please sign in to comment.