Skip to content

Commit

Permalink
Remove "Nel dettaglio" step from UxDashboard Sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
sinatragianpaolo committed Aug 14, 2024
1 parent 87f9481 commit 5d320c2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/UxDashboard/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ const Sidebar = () => {

const handlePublish = async () => {
dispatch(setPublishStatus("publishing"));
debugger
await saveDashboard({
campaign: id,
body: {
Expand Down Expand Up @@ -98,7 +97,6 @@ const Sidebar = () => {
>
<Steps.Step title="Sulla Campagna" />
<Steps.Step title="Panoramica" />
<Steps.Step title="Nel dettaglio" />
</Steps>
</Card>
</div>
Expand Down

0 comments on commit 5d320c2

Please sign in to comment.