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 e5a2a91 commit f54b710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Projekte/Daten/Popbers/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 createPopberForPopberForm($popId: UUID!) {
mutation createPopberForPopbersForm($popId: UUID!) {
createPopber(input: { popber: { popId: $popId } }) {
popber {
id
Expand Down

0 comments on commit f54b710

Please sign in to comment.