Skip to content

Commit 5fc23b4

Browse files
committed
fix type
1 parent ed8ff33 commit 5fc23b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotcom-rendering/src/components/marketing/shared/ThreeTierChoiceCards.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ type ThreeTierChoiceCardsProps = {
155155
setSelectedChoiceCard: Dispatch<SetStateAction<ChoiceCard | undefined>>;
156156
choices: ChoiceCard[];
157157
id: 'epic' | 'banner'; // uniquely identify this choice cards component to avoid conflicting with others
158-
submitComponentEvent?: (componentEvent: ComponentEvent) => Promise<void>;
158+
submitComponentEvent?: (componentEvent: ComponentEvent) => void;
159159
};
160160

161161
export const ThreeTierChoiceCards = ({

0 commit comments

Comments
 (0)