delete mission
This commit is contained in:
@@ -81,6 +81,7 @@ const ModalLeave: FC<ModalLeaveProps> = ({
|
||||
</div>
|
||||
</div>
|
||||
<ConfirmModal
|
||||
className=" fixed top-0 left-0"
|
||||
active={modalConfirmActive}
|
||||
setActive={setModalConfirmActive}
|
||||
title="Подтвердите действия"
|
||||
|
||||
@@ -157,6 +157,7 @@ const ModalUpdate: FC<ModalUpdateProps> = ({
|
||||
</div>
|
||||
|
||||
<ConfirmModal
|
||||
className=" fixed top-0 left-0"
|
||||
active={modalConfirmDeleteUser}
|
||||
setActive={setModalConfirmDeleteUser}
|
||||
title="Подтвердите действия"
|
||||
@@ -176,6 +177,7 @@ const ModalUpdate: FC<ModalUpdateProps> = ({
|
||||
/>
|
||||
|
||||
<ConfirmModal
|
||||
className=" fixed top-0 left-0"
|
||||
active={modalConfirmRoleActive}
|
||||
setActive={setModalConfirmRoleActive}
|
||||
title="Подтвердите действия"
|
||||
|
||||
Reference in New Issue
Block a user