Browse Source

chore: fix Table storybook export

shijia.me 2 years ago
parent
commit
0429de2d88
1 changed files with 2 additions and 1 deletions
  1. 2 1
      packages/semi-ui/table/_story/table.stories.jsx

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

@@ -97,7 +97,8 @@ export {
     WordBreakNormalTable, WordBreakFixedTable,
     EllipsisNormalTable, EllipsisFixedTable, ShowTitleTable,
     Fixed1556,
-    FixedColumnAlign
+    FixedColumnAlign,
+    FixOnChange
 } from './v2';
 export { default as FixSelectAll325 } from './Demos/rowSelection';