In Contact profile popup Include Delete functionality add.
This commit is contained in:
parent
528d02a703
commit
cc05dbad20
@ -134,6 +134,12 @@ const NotesDirectory = ({
|
||||
: "hidden",
|
||||
}}
|
||||
>
|
||||
<input
|
||||
type="checkbox"
|
||||
className="switch-input"
|
||||
onChange={() => handleSwitch(!IsActive)}
|
||||
value={IsActive}
|
||||
/>
|
||||
<input type="checkbox" className="switch-input" />
|
||||
<span className="switch-toggle-slider">
|
||||
<span className="switch-on"></span>
|
||||
|
Loading…
x
Reference in New Issue
Block a user