Skip to content

Commit

Permalink
Small state fix (#1983)
Browse files Browse the repository at this point in the history
  • Loading branch information
cameron-eyds authored Jul 17, 2024
1 parent 336cd20 commit 9f4deab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ppr-ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ppr-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ppr-ui",
"version": "3.2.39",
"version": "3.2.40",
"private": true,
"appName": "Assets UI",
"sbcName": "SBC Common Components",
Expand Down
1 change: 1 addition & 0 deletions ppr-ui/src/components/search/SearchBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -677,6 +677,7 @@ export default defineComponent({
} else if (localState.showConfirmationDialog) {
localState.confirmationDialog = true
} else {
setIsStaffClientPayment(false)
searchAction(true)
}
}
Expand Down

0 comments on commit 9f4deab

Please sign in to comment.