Skip to content

Commit

Permalink
feat: commit for release (#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminPabst authored Oct 4, 2024
1 parent 56d88df commit 395c3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/angular-accelerator/src/lib/utils/criteria.utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function _hasShowTime(calendars: QueryList<Calendar>, formKey: string): boolean
* @param formValues the form values to use
* @param calendars a list of primeng calendars of the form (use `@ViewChildren(Calendar) calendars!: QueryList<Calendar>;`)
* @param parameters {@link BuildSearchCriteriaParameters} to use when building the search criteria
* @returns the search criteria as partial of T (T = type of the search criteria)
* @returns the search criteria as a partial of T (T = type of the search criteria)
*/
export function buildSearchCriteria<T>(
formValues: FormGroup<any>,
Expand Down

0 comments on commit 395c3b8

Please sign in to comment.