Skip to content

Commit

Permalink
fix-build
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarDamkjaer committed Nov 7, 2023
1 parent 3866e43 commit 5674137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-codemirror-playground/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export function App() {
prompt="neo4j$"
onExecute={() => setCommandRanCount((c) => c + 1)}
theme={darkMode ? 'dark' : 'light'}
initialHistory={Object.values(demos)}
history={Object.values(demos)}
schema={schema}
/>

Expand Down

0 comments on commit 5674137

Please sign in to comment.