Browse Source

test: fix story of table

pointhalo 1 year ago
parent
commit
6e138ef9dc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/semi-ui/table/_story/table.stories.jsx

+ 1 - 1
packages/semi-ui/table/_story/table.stories.jsx

@@ -115,7 +115,7 @@ export {
     FixedExpandGroupRow,
     FixedDefaultExpandedGroupedRows,
     FixedRowSelectionEmpty,
-    DndKitDrag
+    DndKitDrag,
     FixedOnGroupedRowClassName
 } from './v2';
 export { default as FixSelectAll325 } from './Demos/rowSelection';