Skip to content

Commit

Permalink
fix: type error
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementNumericite committed Feb 2, 2024
1 parent 5637b8b commit 015d651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp-next/utils/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export function useAssociateCauses() {
};
}

export function useDepartments(departments: number[]) {
export function useDepartments(departments: string[]) {
const params = {
index: 'cm2d_departments',
filters: JSON.stringify({
Expand Down

0 comments on commit 015d651

Please sign in to comment.