Skip to content
This repository was archived by the owner on Jun 1, 2020. It is now read-only.

Commit e81611e

Browse files
committed
fix TextWidget
1 parent a4f111f commit e81611e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/TextWidget/TextWidget.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ const TextWidget = ({
4141
autoFocus={autofocus}
4242
required={required}
4343
disabled={disabled || readonly}
44-
// name={name}
4544
type={schema.type as string}
4645
value={value ? value : ''}
4746
onChange={_onChange}

0 commit comments

Comments
 (0)