Skip to content

Commit 7b65f78

Browse files
authored
fix: correct TextAreaFixed display name (#796)
1 parent 8ed9478 commit 7b65f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/forms/TextInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ export const TextAreaFixed = forwardRef<HTMLSpanElement, TextAreaProps>((props,
4343
return <TextAreaUIKit ref={ref} {...props} controlRef={controlRef} autoFocus={false} />;
4444
});
4545

46-
TextAreaFixed.displayName = 'TextInputFixed';
46+
TextAreaFixed.displayName = 'TextAreaFixed';

0 commit comments

Comments
 (0)