Skip to content

Commit

Permalink
chore: Rename creation edit flow event name
Browse files Browse the repository at this point in the history
  • Loading branch information
YueyingLu committed Sep 13, 2023
1 parent 7e6282c commit c8984f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal/analytics/components/analytics-funnel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const AnalyticsFunnel = (props: AnalyticsFunnelProps) => {

return <InnerAnalyticsFunnel {...props} />;
};
export const CREATION_EDIT_FLOW_DONE_EVENT_NAME = 'cloudscape-creation-edit-flow-done';
export const CREATION_EDIT_FLOW_DONE_EVENT_NAME = 'awsui-creation-edit-flow-done';

const onFunnelCancelled = ({ funnelInteractionId }: { funnelInteractionId: string }) => {
FunnelMetrics.funnelCancelled({ funnelInteractionId });
Expand Down

0 comments on commit c8984f6

Please sign in to comment.