Skip to content

Commit 176587b

Browse files
emersonlaurentinoCompuIves
authored andcommitted
fix(actions): set preferences showDevTools (codesandbox#907)
1 parent 35858ae commit 176587b

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
@@ -84,7 +84,7 @@ export function setUrlOptions({ state, router, utils }) {
8484
if (options.forceRefresh)
8585
state.set('preferences.settings.forceRefresh', options.forceRefresh);
8686
if (options.expandDevTools)
87-
state.set('preferences.showConsole', options.expandDevTools);
87+
state.set('preferences.showDevtools', options.expandDevTools);
8888
if (options.runOnClick)
8989
state.set(`preferences.runOnClick`, options.runOnClick);
9090
}

0 commit comments

Comments
 (0)