diff --git a/client/src/common/types.ts b/client/src/common/types.ts index fc515f138a3..c7afb6872ce 100644 --- a/client/src/common/types.ts +++ b/client/src/common/types.ts @@ -303,6 +303,7 @@ export type TDangerButtonProps = { actionTextCode: string; dataTestIdInitial: string; dataTestIdConfirm: string; + infoDescriptionCode?: string; confirmActionTextCode?: string; }; diff --git a/client/src/components/Chat/Input/OptionsPopover.tsx b/client/src/components/Chat/Input/OptionsPopover.tsx index 8d0a193c412..ce20f84cd8c 100644 --- a/client/src/components/Chat/Input/OptionsPopover.tsx +++ b/client/src/components/Chat/Input/OptionsPopover.tsx @@ -66,7 +66,7 @@ export default function OptionsPopover({ {presetsDisabled ? null : (