create task by ticket

This commit is contained in:
hamid zarghami
2026-07-20 15:38:08 +03:30
parent 2af7323a6a
commit 65154a1aab
17 changed files with 372 additions and 5 deletions
+1
View File
@@ -314,6 +314,7 @@ const TicketDetail: FC = () => {
{
getMessages.data?.data?.ticket?.status !== 'CLOSED' &&
<CreateTaskFromTicket
ticketId={id ?? ''}
ticketSubject={getMessages.data?.data?.ticket?.subject ?? ''}
/>
}