File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import {withChromaticProvider} from './custom-addons/chromatic';
7
7
// decorator order matters, the last one will be the outer most
8
8
9
9
configureActions ( {
10
- depth : 10
10
+ depth : 2
11
11
} ) ;
12
12
13
13
export const parameters = {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import {withChromaticProvider} from './custom-addons/chromatic';
7
7
// decorator order matters, the last one will be the outer most
8
8
9
9
configureActions ( {
10
- depth : 10
10
+ depth : 2
11
11
} ) ;
12
12
13
13
export const parameters = {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import {withStrictModeSwitcher} from './custom-addons/strictmode';
7
7
// decorator order matters, the last one will be the outer most
8
8
9
9
configureActions ( {
10
- depth : 10
10
+ depth : 2 ,
11
11
} ) ;
12
12
13
13
export const parameters = {
You can’t perform that action at this time.
0 commit comments