diff --git a/web/app/components/base/ui/dialog/index.tsx b/web/app/components/base/ui/dialog/index.tsx index b86f94c46f..15017b2b0e 100644 --- a/web/app/components/base/ui/dialog/index.tsx +++ b/web/app/components/base/ui/dialog/index.tsx @@ -43,20 +43,24 @@ type DialogContentProps = { children: React.ReactNode className?: string overlayClassName?: string + backdropProps?: React.ComponentPropsWithoutRef } export function DialogContent({ children, className, overlayClassName, + backdropProps, }: DialogContentProps) { return ( = ({ textGenerationDefaultModel, @@ -176,7 +176,8 @@ const SystemModel: FC = ({