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