Skip to content

Commit

Permalink
move helper text upon UX request
Browse files Browse the repository at this point in the history
  • Loading branch information
bnussman committed May 28, 2024
1 parent c991849 commit 2e1c4f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/manager/src/features/Images/ImageUpload.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ export const ImageUpload = () => {
isImageCreateRestricted || form.formState.isSubmitting
}
textFieldProps={{
helperTextPosition: 'top',
inputRef: field.ref,
onBlur: field.onBlur,
}}
Expand Down

0 comments on commit 2e1c4f1

Please sign in to comment.