Skip to content

Commit

Permalink
Merge pull request #2125 from Northeastern-Electric-Racing/#1493-refa…
Browse files Browse the repository at this point in the history
…ctoring-remove-any-type-from-srcfrontendsrcpagesfinancepagereimbursementrequestformreimbursementproducttabletsx

#1493 refactoring remove any type from srcfrontendsrcpagesfinancepagereimbursementrequestformreimbursementproducttabletsx
  • Loading branch information
RChandler234 authored Feb 29, 2024
2 parents a701202 + 581fd44 commit 2138dee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ interface ReimbursementProductTableProps {
id: string;
}[];
errors: FieldErrors<ReimbursementRequestFormInput>;
control: Control<ReimbursementRequestFormInput, any>;
control: Control<ReimbursementRequestFormInput>;
setValue: UseFormSetValue<ReimbursementRequestFormInput>;
}

Expand Down

0 comments on commit 2138dee

Please sign in to comment.