Skip to content

Commit

Permalink
fetch authorized citation accounts upon filter change on user setting…
Browse files Browse the repository at this point in the history
…s page (#2428)
  • Loading branch information
adlius authored Dec 11, 2024
1 parent 0f31c61 commit bf2191c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ export default class UserAddonManagerComponent extends Component<Args> {
const activeFilterObject = this.filterTypeMapper[type];
if (activeFilterObject.list.length === 0) {
activeFilterObject.fetchProvidersTask.perform();
activeFilterObject.getAuthorizedAccountsTask.perform();
}
}

Expand Down

0 comments on commit bf2191c

Please sign in to comment.