diff --git a/src/components/common/ConfirmModal.jsx b/src/components/common/ConfirmModal.jsx index 2a49e411..cadee1bd 100644 --- a/src/components/common/ConfirmModal.jsx +++ b/src/components/common/ConfirmModal.jsx @@ -1,6 +1,6 @@ import React, { useState } from 'react'; -const ConfirmModal = ({ type, onSubmit, onClose, message, loading ,header}) => { +const ConfirmModal = ({ type, onSubmit, onClose, message, loading ,header, paramData}) => { const TypeofIcon = (type) => { switch (type) { @@ -48,7 +48,7 @@ const ConfirmModal = ({ type, onSubmit, onClose, message, loading ,header}) => {