In Contact profile popup Include Delete functionality add.

This commit is contained in:
Kartik Sharma 2025-07-29 16:23:19 +05:30
parent 528d02a703
commit cc05dbad20

View File

@ -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>