Skip to content

Commit

Permalink
correct
Browse files Browse the repository at this point in the history
  • Loading branch information
barbalex committed Nov 24, 2024
1 parent 343d151 commit 971846d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Projekte/Daten/Beobzuordnung/Menu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export const Menu = memo(
try {
result = await client.mutate({
mutation: gql`
mutation deleteEkzaehleinheit($id: UUID!) {
mutation deleteEkzaehleinheitForBeobzuordnung($id: UUID!) {
deleteEkzaehleinheitById(input: { id: $id }) {
ekzaehleinheit {
id
Expand Down
2 changes: 1 addition & 1 deletion src/components/Projekte/Daten/Ekzaehleinheit/Menu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const Menu = memo(
try {
result = await client.mutate({
mutation: gql`
mutation deleteEkzaehleinheit($id: UUID!) {
mutation deleteEkzaehleinheitForEkzaehleinheitForm($id: UUID!) {
deleteEkzaehleinheitById(input: { id: $id }) {
ekzaehleinheit {
id
Expand Down

0 comments on commit 971846d

Please sign in to comment.