Skip to content

Commit

Permalink
[Site] Fixing out-dated route name
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Nov 29, 2023
1 parent 0eb075a commit 85231b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ux.symfony.com/src/Twig/InvoiceCreator.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public function saveInvoice(EntityManagerInterface $entityManager)
// it's new! Let's redirect to the edit page
$this->addFlash('live_demo_success', 'Invoice saved!');

return $this->redirectToRoute('app_live_components_invoice', [
return $this->redirectToRoute('app_demo_live_component_invoice', [
'id' => $this->invoice->getId(),
]);
}
Expand Down

1 comment on commit 85231b9

@smnandre
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😶‍🌫️

Please sign in to comment.