Skip to content

Commit e9dd592

Browse files
committed
chore: use internal mediaLayout prop for consistency
1 parent bf95534 commit e9dd592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/forms/src/elements/MediaInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export const MediaInput = React.forwardRef<HTMLInputElement, IMediaInputProps>(
100100
focusInset={focusInset}
101101
readOnly={readOnly}
102102
validation={validation}
103-
$mediaLayout // pass-through prop to StyledTextFauxInput for media layout
103+
mediaLayout
104104
{...otherWrapperProps}
105105
ref={wrapperRef}
106106
>

0 commit comments

Comments
 (0)