Skip to content

Commit b8c3b07

Browse files
committed
[no ci] fix Resource nested story appearance
1 parent c3deb9d commit b8c3b07

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/react-admin/src/Resource.stories.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ const AuthorList = () => (
137137
<DataTable.Col source="lastName" />
138138
<DataTable.Col>
139139
<EditButton />
140+
</DataTable.Col>
141+
<DataTable.Col>
140142
<BooksButton />
141143
</DataTable.Col>
142144
</DataTable>

0 commit comments

Comments
 (0)