registration

This commit is contained in:
Mikola
2023-11-03 16:23:21 +03:00
parent 74ea0f9c77
commit 7304b01a5d
6 changed files with 81 additions and 16 deletions

View File

@ -1011,6 +1011,7 @@ export const ModalTiсket = ({
</div>
{acceptModalOpen && (
<AcceptModal
title={'Вы точно хотите переместить задачу в архив?'}
closeModal={closeAcceptModal}
agreeHandler={deleteTask}
/>