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 d290289 commit 6bfda6b
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/Apberuebersichts/Menu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const Menu = memo(
try {
result = await client.mutate({
mutation: gql`
mutation createApberuebersichtForApberuebersichtForm(
mutation createApberuebersichtForApberuebersichtsForm(
$projId: UUID!
) {
createApberuebersicht(
Expand Down
2 changes: 1 addition & 1 deletion src/components/Projekte/Daten/Aps/Menu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const Menu = memo(
try {
result = await client.mutate({
mutation: gql`
mutation createApForApForm($projId: UUID!) {
mutation createApForApsForm($projId: UUID!) {
createAp(input: { ap: { projId: $projId } }) {
ap {
id
Expand Down

0 comments on commit 6bfda6b

Please sign in to comment.