Skip to content

Commit

Permalink
uncomment
Browse files Browse the repository at this point in the history
  • Loading branch information
smburdick committed Feb 26, 2024
1 parent f675801 commit a1956fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/control-flow.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export default function InitializeControlFlow() {
);
workspace.addChild(newQubit);
// Add qubit to redux store
// store.dispatch(addQubit(newQubit.serialized()));
store.dispatch(addQubit(newQubit.serialized()));
}
}
}
Expand Down

0 comments on commit a1956fd

Please sign in to comment.