Skip to content

Commit

Permalink
fix: browser back button functionality in merchant report page (#2927)
Browse files Browse the repository at this point in the history
  • Loading branch information
r4zendev authored Jan 2, 2025
1 parent 1d9024c commit 24dae62
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions apps/backoffice-v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ballerine/backoffice-v2

## 0.7.90

### Patch Changes

- Fixed issue with browser back button on merchant report page

## 0.7.89

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/backoffice-v2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ballerine/backoffice-v2",
"version": "0.7.89",
"version": "0.7.90",
"description": "Ballerine - Backoffice",
"homepage": "https://github.com/ballerine-io/ballerine",
"type": "module",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export const useMerchantMonitoringBusinessReportLogic = () => {
});
const [{ activeTab, isNotesOpen }] = useZodSearchParams(
MerchantMonitoringBusinessReportSearchSchema,
{ replace: true },
);
const navigate = useNavigate();
const onNavigateBack = useCallback(() => {
Expand Down

0 comments on commit 24dae62

Please sign in to comment.