diff --git a/packages/documentation/src/components/Demos/Form/FileInputs/SimpleFileUpload.tsx b/packages/documentation/src/components/Demos/Form/FileInputs/SimpleFileUpload.tsx index 550d49f1ad..96fe8573e9 100644 --- a/packages/documentation/src/components/Demos/Form/FileInputs/SimpleFileUpload.tsx +++ b/packages/documentation/src/components/Demos/Form/FileInputs/SimpleFileUpload.tsx @@ -45,8 +45,8 @@ export default function SimpleFileUpload(): ReactElement | null { {stats.map(({ key, ...uploadStat }, i) => ( diff --git a/packages/documentation/src/components/Demos/Form/SelectFields/NativeSelectExample.tsx b/packages/documentation/src/components/Demos/Form/SelectFields/NativeSelectExample.tsx index 473a5b2f2b..bb84de6694 100644 --- a/packages/documentation/src/components/Demos/Form/SelectFields/NativeSelectExample.tsx +++ b/packages/documentation/src/components/Demos/Form/SelectFields/NativeSelectExample.tsx @@ -69,8 +69,8 @@ export default function NativeSelectExample(): ReactElement { }) => ( ( {labels[value]} diff --git a/packages/documentation/src/components/Demos/Form/TextFields/TextAreaExample.tsx b/packages/documentation/src/components/Demos/Form/TextFields/TextAreaExample.tsx index edd0df6d5e..1375ec74fe 100644 --- a/packages/documentation/src/components/Demos/Form/TextFields/TextAreaExample.tsx +++ b/packages/documentation/src/components/Demos/Form/TextFields/TextAreaExample.tsx @@ -34,8 +34,8 @@ export default function TextAreaExample(): ReactElement { renderField={(props) => (