diff --git a/src/frontend/src/modals/baseModal/index.tsx b/src/frontend/src/modals/baseModal/index.tsx index 8c9386d79..3ee7788af 100644 --- a/src/frontend/src/modals/baseModal/index.tsx +++ b/src/frontend/src/modals/baseModal/index.tsx @@ -86,6 +86,7 @@ const Footer: React.FC<{ loading?: boolean; disabled?: boolean; dataTestId?: string; + onClick?: () => void; }; }> = ({ children, submit }) => { return ( @@ -101,7 +102,8 @@ const Footer: React.FC<{