Skip to content

Commit

Permalink
fix: Fixed control build error (#518)
Browse files Browse the repository at this point in the history
  • Loading branch information
chavda-bhavik authored Mar 5, 2024
2 parents b3288a2 + d38119c commit bf96766
Show file tree
Hide file tree
Showing 2 changed files with 11,070 additions and 13,728 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ interface IConfirmModalProps {
onClose: () => void;
onSubmit: () => void;
excelSheetNames: string[];
control: Control<IFormvalues, any, IFormvalues>;
control: Control<IFormvalues>;
}

export function SheetSelectModal({ opened, onClose, onSubmit, excelSheetNames, control }: IConfirmModalProps) {
Expand Down
Loading

0 comments on commit bf96766

Please sign in to comment.