diff --git a/src/app/[name]/(Main)/ai/AiPage.tsx b/src/app/[name]/(Main)/ai/AiPage.tsx index 9cd2df8..90ecb4f 100644 --- a/src/app/[name]/(Main)/ai/AiPage.tsx +++ b/src/app/[name]/(Main)/ai/AiPage.tsx @@ -94,7 +94,7 @@ function AiPage() { onError: (error) => { toast(extractErrorMessage(error, t("ErrorFallback")), "error"); }, - } + }, ); }; @@ -180,7 +180,7 @@ function AiPage() { placeholder={t("InputPlaceholder")} autoComplete="off" disabled={isPending} - className="h-full w-full bg-transparent text-[11px] outline-none placeholder:text-disabled-text disabled:opacity-60" + className="h-full w-full bg-transparent text-[11px]! outline-none placeholder:text-disabled-text disabled:opacity-60" />