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 6bfda6b commit 93777dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Projekte/Daten/Apbers/Menu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const Menu = memo(
try {
result = await client.mutate({
mutation: gql`
mutation createApberForApberForm($apId: UUID!) {
mutation createApberForApbersForm($apId: UUID!) {
createApber(input: { apber: { apId: $apId } }) {
apber {
id
Expand Down

0 comments on commit 93777dc

Please sign in to comment.