Skip to content

Commit

Permalink
chore: use internal mediaLayout prop for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
ze-flo committed Oct 22, 2024
1 parent bf95534 commit e9dd592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/forms/src/elements/MediaInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export const MediaInput = React.forwardRef<HTMLInputElement, IMediaInputProps>(
focusInset={focusInset}
readOnly={readOnly}
validation={validation}
$mediaLayout // pass-through prop to StyledTextFauxInput for media layout
mediaLayout
{...otherWrapperProps}
ref={wrapperRef}
>
Expand Down

0 comments on commit e9dd592

Please sign in to comment.