Skip to content

Commit

Permalink
Fix file count on upload restriction example
Browse files Browse the repository at this point in the history
  • Loading branch information
epfeiffe committed Dec 27, 2024
1 parent 3001671 commit d581763
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default function Example() {
file: new File(["test file 4"], "file-count-too-many.png"),
id: "3",
status: "error",
errorMessage: "cannot process more than ${props.maxFiles} file(s)",
errorMessage: "cannot process more than 3 file(s)",
},
]);

Expand Down

0 comments on commit d581763

Please sign in to comment.