File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ const ShowForm: React.FC<ShowFormProps> = (props) => {
26
26
( item , index ) =>
27
27
item . dataIndex !== 'option' && (
28
28
// eslint-disable-next-line react/no-array-index-key
29
- < Form . Item key = { index } label = { item . title } name = { item . dataIndex } rules = { item . rules } >
29
+ < Form . Item key = { index } label = { item . title } name = { item . dataIndex } >
30
30
< Input disabled />
31
31
</ Form . Item >
32
32
) ,
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ const ShowForm: React.FC<ShowFormProps> = (props) => {
26
26
( item , index ) =>
27
27
item . dataIndex !== 'option' && (
28
28
// eslint-disable-next-line react/no-array-index-key
29
- < Form . Item key = { index } label = { item . title } name = { item . dataIndex } rules = { item . rules } >
29
+ < Form . Item key = { index } label = { item . title } name = { item . dataIndex } >
30
30
< Input disabled />
31
31
</ Form . Item >
32
32
) ,
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ const ShowForm: React.FC<ShowFormProps> = (props) => {
26
26
( item , index ) =>
27
27
item . dataIndex !== 'option' && (
28
28
// eslint-disable-next-line react/no-array-index-key
29
- < Form . Item key = { index } label = { item . title } name = { item . dataIndex } rules = { item . rules } >
29
+ < Form . Item key = { index } label = { item . title } name = { item . dataIndex } >
30
30
< Input disabled />
31
31
</ Form . Item >
32
32
) ,
You can’t perform that action at this time.
0 commit comments