diff --git a/apps/web/app/(app)/workspaces/[workspaceId]/surveys/[surveyId]/components/ElementsComboBox.tsx b/apps/web/app/(app)/workspaces/[workspaceId]/surveys/[surveyId]/components/ElementsComboBox.tsx index 0ae3d2caf3..cfa1ba3736 100644 --- a/apps/web/app/(app)/workspaces/[workspaceId]/surveys/[surveyId]/components/ElementsComboBox.tsx +++ b/apps/web/app/(app)/workspaces/[workspaceId]/surveys/[surveyId]/components/ElementsComboBox.tsx @@ -11,6 +11,7 @@ import { ContactIcon, EyeOff, FlagIcon, + GaugeIcon, GlobeIcon, GridIcon, HashIcon, @@ -25,6 +26,7 @@ import { NetworkIcon, PieChartIcon, Rows3Icon, + SmilePlusIcon, SmartphoneIcon, StarIcon, User, @@ -103,6 +105,8 @@ const elementIcons = { [TSurveyElementTypeEnum.PictureSelection]: ImageIcon, [TSurveyElementTypeEnum.Matrix]: GridIcon, [TSurveyElementTypeEnum.Ranking]: ListOrderedIcon, + [TSurveyElementTypeEnum.CSAT]: SmilePlusIcon, + [TSurveyElementTypeEnum.CES]: GaugeIcon, [TSurveyElementTypeEnum.Address]: HomeIcon, [TSurveyElementTypeEnum.ContactInfo]: ContactIcon,