Skip to content

Commit

Permalink
reset filter on change affiliation
Browse files Browse the repository at this point in the history
  • Loading branch information
alisher-epam committed Jul 31, 2024
1 parent 8ab314f commit d5a294f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/FindLocation/FindLocationLookup.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ export const FindLocationLookup = (props) => {
onChange={(tenant) => {
onTenantChange?.(tenant);
resetFilters?.();
setFilters({});
}}
isLoading={isLoading}
value={tenantId}
Expand Down

0 comments on commit d5a294f

Please sign in to comment.