Skip to content

Commit 227581c

Browse files
committed
feat: reset
1 parent 92432af commit 227581c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/className.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const Demo = () => (
5656
footer={() => <span>footer</span>}
5757
/>
5858
<h2>scroll</h2>
59-
<Table
59+
<Table
6060
columns={columns}
6161
rowClassName={(record, i) => `row-${i}`}
6262
expandedRowRender={record => <p>extra: {record.a}</p>}

0 commit comments

Comments
 (0)