From efc831a16a68b64ea3d2da979e07d38fa9f0a92d Mon Sep 17 00:00:00 2001 From: Aryan Shah <149894557+ARYANSHAH1567@users.noreply.github.com> Date: Mon, 23 Sep 2024 11:58:44 +0530 Subject: [PATCH] Update LeftDrawerOrg.tsx --- src/components/LeftDrawerOrg/LeftDrawerOrg.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/LeftDrawerOrg/LeftDrawerOrg.tsx b/src/components/LeftDrawerOrg/LeftDrawerOrg.tsx index e13da07050..44f2a12fdd 100644 --- a/src/components/LeftDrawerOrg/LeftDrawerOrg.tsx +++ b/src/components/LeftDrawerOrg/LeftDrawerOrg.tsx @@ -51,7 +51,7 @@ const leftDrawerOrg = ({ | undefined; loading: boolean; } = useQuery(ORGANIZATIONS_LIST, { - variables: {creatorId: orgId }, + variables: { creatorId: orgId }, }); // Set organization data when query data is available