Skip to content

Commit

Permalink
fix(herobody): solves empty highlight deafult issue (#1489)
Browse files Browse the repository at this point in the history
* fix(herobody): solves empty highlight deafult issue

* fix: add default for hero dropdown

* chore: swap intialSectionType selector to follow conditional

---------

Co-authored-by: seaerchin <[email protected]>
Co-authored-by: Alexander Lee <[email protected]>
  • Loading branch information
3 people authored and kishore03109 committed Sep 20, 2023
1 parent edb5f56 commit 69aed2c
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,
dropdown = { options: [] },
title,
}: HeroDropdownSectionProps) => {
const {
Expand Down

0 comments on commit 69aed2c

Please sign in to comment.