fix Topos erroring on sample page

This commit is contained in:
2023-09-02 21:44:22 +02:00
parent 19430bf7ac
commit 483c3b797b
2 changed files with 5 additions and 35 deletions

View File

@ -66,6 +66,7 @@ export const template_universe = {
9: { candidate: "", committed: "", evaluations: 0 },
},
init: { candidate: "", committed: "", evaluations: 0 },
example: { candidate: "", committed: "", evaluations: 0 },
notes: { candidate: "" },
};
@ -84,6 +85,7 @@ export const template_universes = {
9: { candidate: "", committed: "", evaluations: 0 },
},
init: { candidate: "", committed: "", evaluations: 0 },
example: { candidate: "", committed: "", evaluations: 0 },
notes: { candidate: "" },
},
Help: tutorial_universe,