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 96d1e09 commit 129e6a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Projekte/Daten/Tpopbers/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 createTpopberForTpopberForm($tpopId: UUID!) {
mutation createTpopberForTpopbersForm($tpopId: UUID!) {
createTpopber(input: { tpopber: { tpopId: $tpopId } }) {
tpopber {
id
Expand Down

0 comments on commit 129e6a4

Please sign in to comment.