We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed8ff33 commit 5fc23b4Copy full SHA for 5fc23b4
dotcom-rendering/src/components/marketing/shared/ThreeTierChoiceCards.tsx
@@ -155,7 +155,7 @@ type ThreeTierChoiceCardsProps = {
155
setSelectedChoiceCard: Dispatch<SetStateAction<ChoiceCard | undefined>>;
156
choices: ChoiceCard[];
157
id: 'epic' | 'banner'; // uniquely identify this choice cards component to avoid conflicting with others
158
- submitComponentEvent?: (componentEvent: ComponentEvent) => Promise<void>;
+ submitComponentEvent?: (componentEvent: ComponentEvent) => void;
159
};
160
161
export const ThreeTierChoiceCards = ({
0 commit comments