Skip to content

Commit

Permalink
fix(app-page-builder): pass pid instead of id when bulk deleting pages (
Browse files Browse the repository at this point in the history
  • Loading branch information
leopuleo authored Jun 10, 2024
1 parent 22004ea commit 63ad55f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const ActionDelete = observer(() => {
await worker.processInSeries(async ({ item, report }) => {
try {
const response = await deletePage(
{ id: item.data.id },
{ id: item.data.pid },
{
client: client,
mutationOptions: {
Expand Down

0 comments on commit 63ad55f

Please sign in to comment.