Skip to content

Commit 4204d11

Browse files
authored
fix(Overview): includeEnv in Preview (#9642)
1 parent ce651ee commit 4204d11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scopes/compositions/composition-card/composition-card.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function _CompositionCard({
2929
<ComponentComposition
3030
disableScroll
3131
className={previewClass}
32-
includeEnv={false}
32+
includeEnv={true}
3333
loading={'lazy'}
3434
composition={composition}
3535
component={component}

0 commit comments

Comments
 (0)