diff --git a/src/components/Dropdown.astro b/src/components/Dropdown.astro index 4867327..f717543 100644 --- a/src/components/Dropdown.astro +++ b/src/components/Dropdown.astro @@ -1,14 +1,14 @@ --- // TODO: Add Props to make this component more dynamic!! -const { buttonNameDefault, dropdownList } = Astro.props; +const { buttonNameDefault, dropdownList, id } = Astro.props; ---