Skip to content

Commit dcfba5b

Browse files
authored
Merge pull request #108 from back4app/increase-max-subfolders
Feat: increase max subfolders in cloud code
2 parents 14a2f66 + 7ae526b commit dcfba5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/B4ACodeTree/B4ATreeActions.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,12 +178,12 @@ const getConfig = (files) => {
178178
folder: {
179179
icon: 'zmdi zmdi-folder',
180180
max_depth: 10,
181-
max_children: 100
181+
max_children: 200
182182
},
183183
"new-folder": {
184184
icon: 'zmdi zmdi-folder new',
185185
max_depth: 10,
186-
max_children: 100
186+
max_children: 200
187187
},
188188
"new-file": {
189189
icon: 'zmdi zmdi-file new',

0 commit comments

Comments
 (0)