diff --git a/apps/web/core/components/api-token/modal/form.tsx b/apps/web/core/components/api-token/modal/form.tsx index 7d799ff1f43..3cd99030013 100644 --- a/apps/web/core/components/api-token/modal/form.tsx +++ b/apps/web/core/components/api-token/modal/form.tsx @@ -11,13 +11,14 @@ import { CalendarOutline } from "@makeplane/propel/icons"; // types import { Field } from "@makeplane/propel/components/field"; import { Input, InputGroup } from "@makeplane/propel/components/input"; +import { TextArea, TextAreaGroup } from "@makeplane/propel/components/text-area"; import { useTranslation } from "@plane/i18n"; import { Button } from "@plane/propel/button"; import { TOAST_TYPE, setToast } from "@plane/propel/toast"; import type { IApiToken } from "@plane/types"; // ui import { Switch } from "@makeplane/propel/components/switch"; -import { CustomSelect, TextArea } from "@plane/ui"; +import { CustomSelect } from "@plane/ui"; import { cn, renderFormattedDate, renderFormattedTime } from "@plane/utils"; // components import { DateDropdown } from "@/components/dropdowns/date"; @@ -166,13 +167,19 @@ export function CreateApiTokenForm(props: Props) { control={control} name="description" render={({ field: { value, onChange } }) => ( -