We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ae9508 commit 3de23bcCopy full SHA for 3de23bc
app/src/components/top/NavBar.tsx
@@ -109,7 +109,7 @@ export default function NavBar(props) {
109
const clearWorkspace = () => {
110
// Reset state for project to initial state
111
const resetState = () => {
112
- dispatch({ type: 'RESET_STATE', payload: {} });
+ dispatch({ type: 'RESET STATE', payload: {} });
113
};
114
// Set modal options
115
const children = (
0 commit comments