Skip to content

Commit

Permalink
fix: show single alert data changed on another tab (#1517)
Browse files Browse the repository at this point in the history
## Description

Show single alert data changed on another tab

## References
### Jira-link:

https://virtocommerce.atlassian.net/browse/VCST-2508

### Artifact URL:

https://vc3prerelease.blob.core.windows.net/packages/vc-theme-b2b-vue-2.12.0-pr-1517-bb05-bb059570.zip
  • Loading branch information
Andrew-Orlov authored Dec 23, 2024
1 parent 8c98652 commit 57aa4b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client-app/broadcast.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ export function setupBroadcastGlobalListeners() {
on(dataChangedEvent, () => {
notifications.warning({
text: t("common.messages.data_changed"),
single: true,
});
});
}

0 comments on commit 57aa4b9

Please sign in to comment.