Skip to content

Commit 5cf3426

Browse files
author
Ives van Hoorne
committed
Fix module view
1 parent 7f6ae00 commit 5cf3426

File tree

1 file changed

+1
-0
lines changed
  • packages/app/src/app/components/sandbox/Preview

1 file changed

+1
-0
lines changed

packages/app/src/app/components/sandbox/Preview/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ export default class Preview extends React.PureComponent<Props, State> {
307307
sandboxId,
308308
externalResources,
309309
template,
310+
isModuleView: !isInProjectView,
310311
hasActions: !!runActionFromPreview,
311312
});
312313
}

0 commit comments

Comments
 (0)