Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use dev db for revision purposes
Browse files Browse the repository at this point in the history
lorenzocorallo committed Mar 13, 2024
1 parent 839c05b commit ef75a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/App.tsx
Original file line number Diff line number Diff line change
@@ -99,7 +99,7 @@ export default function App() {
// a new test is generated
if (!dbs) return
if (view === 'INFO-start') {
setQuestions(selectRandomQuestions(dbs.stable))
setQuestions(selectRandomQuestions(dbs.main))
setSection('ing')
setAnswers({
ing: [],

0 comments on commit ef75a52

Please sign in to comment.