Skip to content

Commit

Permalink
fix: use default smoothing of 2
Browse files Browse the repository at this point in the history
was broken by IntDropdown refactor since i just forgot to set it
  • Loading branch information
gregdan3 committed Aug 22, 2024
1 parent 3418968 commit 336b133
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import {
const defaultScale = "rel";
const defaultSmoother = "cwin";
const defaultSmoothing = "2";
const frontmatter = { title: "ilo Muni" };
---
Expand Down Expand Up @@ -284,9 +285,10 @@ const frontmatter = { title: "ilo Muni" };
/>

<IntDropdown
id="smoothingDropdown"
options={SMOOTHINGS}
selected={defaultSmoothing}
pluralText=" smoothing"
id="smoothingDropdown"
/>

<div></div>
Expand Down

0 comments on commit 336b133

Please sign in to comment.