Skip to content

Commit

Permalink
refactor: chinook to tables (#3216)
Browse files Browse the repository at this point in the history
  • Loading branch information
postmeback authored Aug 2, 2023
1 parent 2519838 commit c811188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/playground/src/app/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class App extends React.Component {
state = {
library: {
examples,
chinook,
tables: chinook,
book,
"local storage": loadLocalStorage(),
},
Expand Down

0 comments on commit c811188

Please sign in to comment.