We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6c28a8 commit 9f6445dCopy full SHA for 9f6445d
1 file changed
packages/ui-components/__design__/table.stories.tsx
@@ -6,7 +6,7 @@ const tableData = [
6
['Data 1', 'Data 2', 'Data 3'],
7
];
8
9
-export const TableWithSubTableRow: StoryObj = {
+export const Table: StoryObj = {
10
render: () => (
11
<main>
12
<table>
0 commit comments