Skip to content

Commit

Permalink
fix(app-page-builder): remove obsolete selection from delete mutation (
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel910 authored Dec 12, 2023
1 parent 9a9946b commit c9e8d51
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 40 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export const DELETE_PAGE_ELEMENT = gql`
mutation PbDeletePageElement($id: ID!) {
pageBuilder {
deletePageElement(id: $id) {
data ${PAGE_ELEMENT_FIELDS}
error ${ERROR_FIELDS}
}
}
Expand Down

This file was deleted.

0 comments on commit c9e8d51

Please sign in to comment.