Skip to content

Commit

Permalink
Fix prop to indicate PPR lookup instance (#1855)
Browse files Browse the repository at this point in the history
  • Loading branch information
cameron-eyds authored May 1, 2024
1 parent 8bf1463 commit 4a3cc8c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
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.1.11",
"version": "3.1.12",
"private": true,
"appName": "Assets UI",
"sbcName": "SBC Common Components",
Expand Down
2 changes: 1 addition & 1 deletion ppr-ui/src/components/parties/party/EditParty.vue
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
:searchValue="autoCompleteSearchValue"
:setAutoCompleteIsActive="autoCompleteIsActive"
:showDropdown="$refs.partyNameSearchField && $refs.partyNameSearchField.isFocused"
isPpr
isPPR
@searchValue="setSearchValue"
@searching="loadingSearchResults = $event"
/>
Expand Down
1 change: 0 additions & 1 deletion ppr-ui/src/components/search/SearchBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@
<BusinessSearchAutocomplete
v-click-outside="setCloseAutoComplete"
nilSearchText
isPpr
:searchValue="autoCompleteSearchValue"
:setAutoCompleteIsActive="autoCompleteIsActive"
@searchValue="setSearchValue"
Expand Down

0 comments on commit 4a3cc8c

Please sign in to comment.