Skip to content

Commit 9bc2836

Browse files
committed
Fix Python console
1 parent 38b647d commit 9bc2836

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

webapp/redux/middleware/middleware.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ export default (store) => (next) => (action) => {
261261

262262

263263
case "JUPYTER_GEPPETTO_EXTENSION_READY": {
264+
next(action);
264265
const project = {
265266
id: 1,
266267
name: 'Project',

0 commit comments

Comments
 (0)