We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cec6c50 commit 0b2769fCopy full SHA for 0b2769f
frontend/app/src/screens/object-item-details/action-buttons/relationships-buttons.tsx
@@ -7,8 +7,8 @@ import { QSP } from "@/config/qsp";
7
import graphqlClient from "@/graphql/graphqlClientApollo";
8
import { ADD_RELATIONSHIP } from "@/graphql/mutations/relationships/addRelationship";
9
import { usePermission } from "@/hooks/usePermission";
10
+import { useMutation } from "@/hooks/useQuery";
11
import { genericsState, schemaState } from "@/state/atoms/schema.atom";
-import { useMutation } from "@apollo/client";
12
import { Icon } from "@iconify-icon/react";
13
import { useAtomValue } from "jotai";
14
import { useState } from "react";
0 commit comments