registration

This commit is contained in:
Mikola
2023-11-03 16:23:49 +03:00
parent 7304b01a5d
commit baf353d7cd
5 changed files with 66 additions and 46 deletions

View File

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