Skip to content

Commit

Permalink
[FIX] Added context on relationship add mutation (#4621)
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalabbad committed Oct 17, 2024
1 parent ca5bd95 commit ee6c362
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import { QSP } from "@/config/qsp";
import graphqlClient from "@/graphql/graphqlClientApollo";
import { ADD_RELATIONSHIP } from "@/graphql/mutations/relationships/addRelationship";
import { usePermission } from "@/hooks/usePermission";
import { useMutation } from "@/hooks/useQuery";
import { genericsState, schemaState } from "@/state/atoms/schema.atom";
import { useMutation } from "@apollo/client";
import { Icon } from "@iconify-icon/react";
import { useAtomValue } from "jotai";
import { useState } from "react";
Expand Down

0 comments on commit ee6c362

Please sign in to comment.