diff --git a/documentation-site/examples/file-uploader/upload-restrictions.tsx b/documentation-site/examples/file-uploader/upload-restrictions.tsx index 90af79e406..c1be15d661 100644 --- a/documentation-site/examples/file-uploader/upload-restrictions.tsx +++ b/documentation-site/examples/file-uploader/upload-restrictions.tsx @@ -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)", }, ]);