mirror of
https://github.com/hazemKrimi/crimson-quirks-ui.git
synced 2026-05-02 02:30:29 +00:00
Fix project creation and messages bugs
This commit is contained in:
@@ -34,6 +34,7 @@ const MessagingSidebar = ({ onClose }: MessagingSidebarProps) => {
|
||||
variables: {
|
||||
projectId: location.pathname.split('/')[2]!,
|
||||
},
|
||||
fetchPolicy: 'network-only',
|
||||
});
|
||||
setProjectThreads(threads?.data?.getProjectThreads!);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user