File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
next-app-router/src/app/storage-browser
react-router/src/storage-browser Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 4
4
} from '@aws-amplify/ui-react-storage/browser' ;
5
5
import '@aws-amplify/ui-react-storage/styles.css' ;
6
6
import {
7
- MockHandlers ,
8
7
InitialValues ,
8
+ MockHandlers ,
9
9
} from '@aws-amplify/ui-test-utils/storage-browser' ;
10
10
11
11
export const PREFIXES = {
@@ -39,6 +39,7 @@ export const INITIAL_VALUES: InitialValues = {
39
39
type : 'FOLDER' ,
40
40
} ,
41
41
] ,
42
+ [ `${ PREFIXES . base } ${ PREFIXES . nested } ${ PREFIXES . deeplyNested } ` ] : [ ] ,
42
43
} ,
43
44
} ;
44
45
Original file line number Diff line number Diff line change 4
4
} from '@aws-amplify/ui-react-storage/browser' ;
5
5
import '@aws-amplify/ui-react-storage/styles.css' ;
6
6
import {
7
- MockHandlers ,
8
7
InitialValues ,
8
+ MockHandlers ,
9
9
} from '@aws-amplify/ui-test-utils/storage-browser' ;
10
10
11
11
export const PREFIXES = {
@@ -39,6 +39,7 @@ export const INITIAL_VALUES: InitialValues = {
39
39
type : 'FOLDER' ,
40
40
} ,
41
41
] ,
42
+ [ `${ PREFIXES . base } ${ PREFIXES . nested } ${ PREFIXES . deeplyNested } ` ] : [ ] ,
42
43
} ,
43
44
} ;
44
45
You can’t perform that action at this time.
0 commit comments