diff --git a/client/src/pages/patients/register/inputs/RegisterPhysician.jsx b/client/src/pages/patients/register/inputs/RegisterPhysician.jsx index 35f894f2..8392f597 100644 --- a/client/src/pages/patients/register/inputs/RegisterPhysician.jsx +++ b/client/src/pages/patients/register/inputs/RegisterPhysician.jsx @@ -16,6 +16,8 @@ import { useMutation } from '@tanstack/react-query'; import LifelineAPI from '../../LifelineAPI.js'; import { StatusCodes } from 'http-status-codes'; +import classes from './RegisterPhysician.module.css'; + const registerPhysicianProps = { setPhysician: PropTypes.func.isRequired, registerPhysicianOpened: PropTypes.bool.isRequired, @@ -180,18 +182,15 @@ export default function RegisterPhysician({

Are you sure you want to close this form without submitting?