diff --git a/forms-flow-web/src/components/FOI/customComponents/Records/MCFPersonal.js b/forms-flow-web/src/components/FOI/customComponents/Records/MCFPersonal.js index b0df24f14..ce6532154 100644 --- a/forms-flow-web/src/components/FOI/customComponents/Records/MCFPersonal.js +++ b/forms-flow-web/src/components/FOI/customComponents/Records/MCFPersonal.js @@ -290,13 +290,14 @@ const MCFPersonal = ({ setFileTypeSearchValue(""); }; - const PaperComponent = (props) => { - return ( - - - - ); - } + // Disabling draggable modal - this causing issues with the modal refocusing at the top + // const PaperComponent = (props) => { + // return ( + // + // + // + // ); + // } return ( @@ -304,7 +305,7 @@ const MCFPersonal = ({ handleClose()} - PaperComponent={PaperComponent} + // PaperComponent={PaperComponent} aria-labelledby="state-change-dialog-title" aria-describedby="state-change-dialog-description" maxWidth={"md"}