mirror of
https://github.com/hazemKrimi/crimson-quirks-ui.git
synced 2026-05-01 18:20:28 +00:00
Fix messaging logic
This commit is contained in:
@@ -121,7 +121,9 @@ const SupportMessaging = () => {
|
||||
threadDescription: description,
|
||||
},
|
||||
});
|
||||
history.push(`/support-messaging/${project}/${createdThread}`);
|
||||
history.push(
|
||||
`/support-messaging/${project}/${createdThread.data?.createThread}`
|
||||
);
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user