Fix messaging logic

This commit is contained in:
Hazem Krimi
2021-06-18 01:41:50 +01:00
parent ece1cd75e3
commit 45a80fd377
+3 -1
View File
@@ -121,7 +121,9 @@ const SupportMessaging = () => {
threadDescription: description,
},
});
history.push(`/support-messaging/${project}/${createdThread}`);
history.push(
`/support-messaging/${project}/${createdThread.data?.createThread}`
);
},
});