Skip to content

Commit

Permalink
fix: generator overview going bonkers
Browse files Browse the repository at this point in the history
  • Loading branch information
BigJk committed Sep 9, 2024
1 parent 0df0f93 commit 8f00631
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/src/js/ui/views/generator/all.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ export default (): m.Component => {
m(TemplateBox, {
onClick: () => m.route.set(`/generator/${buildId('generator', generator)}`),
generator: generator,
config: sanitizeConfig(generator, {}),
config: sanitizeConfig(generator, {
seed: 'TEST_SEED',
}),
}),
),
),
Expand Down

0 comments on commit 8f00631

Please sign in to comment.