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

Commit 32aeed1

Browse files
authored
Merge pull request #81 from matulkum/master
Delete the name that doesn't exist on TextWidget
2 parents d9b898e + e81611e commit 32aeed1

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)