mirror of
https://github.com/hazemKrimi/crimson-quirks-ui.git
synced 2026-05-01 18:20:28 +00:00
Update sidebar component
This commit is contained in:
@@ -48,10 +48,7 @@ const Sidebar = () => {
|
|||||||
false
|
false
|
||||||
);
|
);
|
||||||
|
|
||||||
const [
|
const [getProjectsByClientId] = useLazyQuery<
|
||||||
getProjectsByClientId,
|
|
||||||
{ loading: clientProjectsLoading },
|
|
||||||
] = useLazyQuery<
|
|
||||||
GetAllProjectsByClientIdQuery,
|
GetAllProjectsByClientIdQuery,
|
||||||
GetAllProjectsByClientIdQueryVariables
|
GetAllProjectsByClientIdQueryVariables
|
||||||
>(GET_ALL_PROJECTS_BY_CLIENT_ID, {
|
>(GET_ALL_PROJECTS_BY_CLIENT_ID, {
|
||||||
|
|||||||
Reference in New Issue
Block a user