diff --git a/apps/scandic-web/components/Forms/Edit/Profile/FormContent/index.tsx b/apps/scandic-web/components/Forms/Edit/Profile/FormContent/index.tsx index 47900d8ee..bad502af6 100644 --- a/apps/scandic-web/components/Forms/Edit/Profile/FormContent/index.tsx +++ b/apps/scandic-web/components/Forms/Edit/Profile/FormContent/index.tsx @@ -7,7 +7,7 @@ import { Divider } from "@scandic-hotels/design-system/Divider" import CountrySelect from "@scandic-hotels/design-system/Form/Country" import DateSelect from "@scandic-hotels/design-system/Form/Date" import Phone from "@scandic-hotels/design-system/Form/Phone" -import { Select } from "@scandic-hotels/design-system/Select" +import { FormSelect } from "@scandic-hotels/design-system/Form/Select" import { Typography } from "@scandic-hotels/design-system/Typography" import { getLocalizedLanguageOptions } from "@/constants/languages" @@ -133,7 +133,7 @@ export default function FormContent({ errors }: { errors: FieldErrors }) { name="phoneNumber" data-hj-suppress /> -