-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(web): fix the 'Cancel' button in the products selection (#1666)
Workaround the "404 Not Found" error. In production, and in that scenario, calling `navigate(-1)` adds a '-1' to the URL. We might need to do further research, but this patch should fix the issue.
- Loading branch information
Showing
3 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
------------------------------------------------------------------- | ||
Fri Oct 11 09:46:02 UTC 2024 - Imobach Gonzalez Sosa <[email protected]> | ||
|
||
- Workaround the "not found" problem in the products selection page | ||
(gh#agama-project/agama#1666). | ||
|
||
------------------------------------------------------------------- | ||
Thu Oct 10 17:55:34 UTC 2024 - Victorhck <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters