Skip to content

Commit

Permalink
fix(patch-cp-ux): remove status from body
Browse files Browse the repository at this point in the history
  • Loading branch information
Kariamos committed Oct 17, 2024
1 parent 1b03de3 commit 9045b6b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/pages/UxDashboard/ResultsPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@ const ResultsPage = () => {
dispatch(setPublishStatus("publishing"));
saveDashboard({
campaign: id,
body: {
status: "publish",
},
body: {},
})
.unwrap()
.then((res) => {
Expand Down

0 comments on commit 9045b6b

Please sign in to comment.