Skip to content

Commit

Permalink
Restore.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenh committed Jun 3, 2024
1 parent c82dedc commit 72b8a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SuperDrawer/SuperDrawer.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ export function TableWithPrevNextAndCloseCheck() {
columns={[titleColumn, authorColumn]}
rowStyles={rowStyles}
rowLookup={rowLookup}
rows={simpleDataRows(Books.map((b, idx) => ({ id: `${idx}`, ...fwb })))}
rows={simpleDataRows(Books.map((b, idx) => ({ id: `${idx}`, ...b })))}
/>
</div>
);
Expand Down

0 comments on commit 72b8a88

Please sign in to comment.