We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38b647d commit 9bc2836Copy full SHA for 9bc2836
1 file changed
webapp/redux/middleware/middleware.js
@@ -261,6 +261,7 @@ export default (store) => (next) => (action) => {
261
262
263
case "JUPYTER_GEPPETTO_EXTENSION_READY": {
264
+ next(action);
265
const project = {
266
id: 1,
267
name: 'Project',
0 commit comments