Skip to content

Commit 0c07ff6

Browse files
committed
#RI-6342 - fix tests
1 parent 592377b commit 0c07ff6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

redisinsight/ui/src/constants/mocks/mock-custom-tutorials.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ export const MOCK_CUSTOM_TUTORIALS_ITEMS: IEnablementAreaItem[] = [
66
label: 'MY TUTORIALS',
77
type: EnablementAreaComponent.Group,
88
_actions: ['create'],
9+
args: {
10+
initialIsOpen: true
11+
},
912
children: [
1013
{
1114
id: '12mfp-rem',

0 commit comments

Comments
 (0)