Browse Source

chore: backup

代强 2 years ago
parent
commit
5cb3d4c4fd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/semi-ui/tree/_story/tree.stories.jsx

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

@@ -2696,7 +2696,7 @@ export const SearchableAndExpandedKeys = () => {
 }
 
 const constructLargeData = () => {
-    const newArray = (new Array(40)).fill(0).map((item, m) => {
+    const newArray = (new Array(10)).fill(0).map((item, m) => {
         const parent = {
             key: `key-${m}`,
             label: `node-${m}`,