Skip to content

Commit 934c76a

Browse files
authored
Merge pull request #2 from oslabs-beta/renderNextjs
fixed bug where clear canvas does not work
2 parents f7246a6 + 3de23bc commit 934c76a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/components/top/NavBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export default function NavBar(props) {
109109
const clearWorkspace = () => {
110110
// Reset state for project to initial state
111111
const resetState = () => {
112-
dispatch({ type: 'RESET_STATE', payload: {} });
112+
dispatch({ type: 'RESET STATE', payload: {} });
113113
};
114114
// Set modal options
115115
const children = (

0 commit comments

Comments
 (0)