Skip to content

Commit 35d1849

Browse files
committed
Fix TextField displayName
1 parent a9c80c3 commit 35d1849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/textField/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ const TextField = (props: InternalTextFieldProps) => {
219219
);
220220
};
221221

222-
TextField.displayName = 'Incubator.TextField';
222+
TextField.displayName = 'TextField';
223223
TextField.validationMessagePositions = ValidationMessagePosition;
224224

225225
export {

0 commit comments

Comments
 (0)