diff --git a/CommonUI/src/Components/Modal/Modal.tsx b/CommonUI/src/Components/Modal/Modal.tsx index 07dc16dfca..cd9dda2cc7 100644 --- a/CommonUI/src/Components/Modal/Modal.tsx +++ b/CommonUI/src/Components/Modal/Modal.tsx @@ -10,7 +10,7 @@ import { VeryLightGrey } from 'Common/Types/BrandColors'; export enum ModalWidth { Normal, - Large + Large, } export interface ComponentProps { @@ -28,7 +28,7 @@ export interface ComponentProps { isBodyLoading?: boolean | undefined; icon?: IconProp | undefined; iconType?: IconType | undefined; - modalWidth?: ModalWidth | undefined + modalWidth?: ModalWidth | undefined; } const Modal: FunctionComponent = ( @@ -57,7 +57,14 @@ const Modal: FunctionComponent = (
-
+
{props.onClose && (