added new suspend model inside employee list
This commit is contained in:
parent
86b58a7e41
commit
22a8fe580a
24
src/components/Employee/SuspendEmp.jsx
Normal file
24
src/components/Employee/SuspendEmp.jsx
Normal file
@ -0,0 +1,24 @@
|
||||
import React from 'react'
|
||||
|
||||
const SuspendEmp = ({onClose}) => {
|
||||
return (
|
||||
<div className="modal-dialog modal-md modal-simple mx-sm-auto mx-1 edit-project-modal" role="document">
|
||||
<div className="modal-content">
|
||||
<div className="modal-body p-sm-4 p-0">
|
||||
<button
|
||||
type="button"
|
||||
className="btn-close"
|
||||
|
||||
onClick={onClose}
|
||||
aria-label="Close"
|
||||
></button>
|
||||
<div className="text-center mb-2">
|
||||
<h6>Coming Soon</h6>
|
||||
</div>
|
||||
</div></div>
|
||||
</div>
|
||||
|
||||
)
|
||||
}
|
||||
|
||||
export default SuspendEmp
|
Loading…
x
Reference in New Issue
Block a user