Skip to content

Commit

Permalink
fix: pipeline error
Browse files Browse the repository at this point in the history
  • Loading branch information
vhu-axelor committed Feb 5, 2025
1 parent 33b6599 commit fab8f5d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/apps/crm/src/api/contact-info-api.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
*/

import {
axiosApiProvider,
createStandardSearch,
getActionApi,
RouterProvider,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const DropdownAddressesView = ({
responseOptions: {showToast: true},
});
},
[getState],
[getState, partnerId, partnerVersion],
);

if (!Array.isArray(partnerAddressList) || partnerAddressList.length === 0) {
Expand Down

0 comments on commit fab8f5d

Please sign in to comment.