diff --git a/app/client/src/ce/utils/analyticsUtilTypes.ts b/app/client/src/ce/utils/analyticsUtilTypes.ts index d4b82fbb37..a91b94d5b9 100644 --- a/app/client/src/ce/utils/analyticsUtilTypes.ts +++ b/app/client/src/ce/utils/analyticsUtilTypes.ts @@ -342,7 +342,7 @@ export type EventName = | "TIME_TO_NAVIGATE_ENTITY_EXPLORER" | "TEMPLATES_SEARCH_INPUT_EVENT" | "GET_STARTED_CLICKED" - | "fork_APLICATIONTEMPLATE" + | "fork_APPLICATIONTEMPLATE" | "DATA_FETCH_FAILED_POST_SCHEMA_FETCH" | "STARTER_BUILDING_BLOCK_HOVER" | "STARTER_BUILDING_BLOCK_CONNECT_DATA_CLICK" diff --git a/app/client/src/layoutSystems/common/dropTarget/starterBuildingBlocks/index.tsx b/app/client/src/layoutSystems/common/dropTarget/starterBuildingBlocks/index.tsx index 2cb5121b1e..7aa54e4205 100644 --- a/app/client/src/layoutSystems/common/dropTarget/starterBuildingBlocks/index.tsx +++ b/app/client/src/layoutSystems/common/dropTarget/starterBuildingBlocks/index.tsx @@ -83,7 +83,7 @@ function StarterBuildingBlocks() { ), ); - AnalyticsUtil.logEvent("fork_APLICATIONTEMPLATE", { + AnalyticsUtil.logEvent("fork_APPLICATIONTEMPLATE", { applicationId: currentApplication?.id, workspaceId: currentWorkSpace.id, source: "canvas",