Skip to content

Commit

Permalink
fix(herodropdown): add missinng default
Browse files Browse the repository at this point in the history
  • Loading branch information
seaerchin committed Sep 20, 2023
1 parent 9a60586 commit 7e3f899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/components/Homepage/HeroDropdownSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ interface HeroDropdownSectionProps extends EditorHeroDropdownSection {

export const HeroDropdownSection = ({
errors,
dropdown = { options: [] },
dropdown = { options: [], title: "" },
title,
}: HeroDropdownSectionProps) => {
const {
Expand Down

0 comments on commit 7e3f899

Please sign in to comment.