Skip to content

Commit 2df3f4a

Browse files
author
Ives van Hoorne
committed
Fix module param loading in editor
Fixes codesandbox#989
1 parent 9b7fb1d commit 2df3f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/src/app/store/actions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export function setUrlOptions({ state, router, utils }) {
4949

5050
if (module) {
5151
state.push('editor.tabs', {
52-
type: 'module',
52+
type: 'MODULE',
5353
moduleShortid: module.shortid,
5454
dirty: false,
5555
});

0 commit comments

Comments
 (0)