Skip to content

Commit

Permalink
feature/SCIHUB-730 fixed typings
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof Nofz committed Jul 7, 2023
1 parent 61da422 commit b0bd130
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ type TextEditorContextData = {
placeholder: string;
stickyOnMenu: number;
onFileUpload: (file: File) => Promise<string>;
onFileValidation: (file: File | null) => boolean;
onFileValidation?: (file: File | null) => boolean;
inputAcceptedFormats: string;
};

Expand Down

0 comments on commit b0bd130

Please sign in to comment.