Skip to content

Commit a945a4f

Browse files
committed
[fix] inline editors code sample
1 parent a95f445 commit a945a4f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

data/web/react.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -721,8 +721,7 @@ function Demo() {
721721
},
722722
{ name: "start_date", width: 150 },
723723
{ name: "add", width: 44 }
724-
],
725-
editable: true
724+
]
726725
};
727726
728727
return (

0 commit comments

Comments
 (0)