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.
2 parents 8912aeb + b19d6aa commit b4db35eCopy full SHA for b4db35e
1 file changed
src/App.js
@@ -35,6 +35,8 @@ export const App = () => {
35
36
const engine = DEFAULT_ENGINE_STORE.find(({ id }) => id === engineId);
37
38
+ setEngines(DEFAULT_ENGINE_STORE);
39
+
40
if (engine) {
41
setCurrentEngine(engine);
42
} else {
0 commit comments