Skip to content

Commit

Permalink
Reset selected list after successful delete
Browse files Browse the repository at this point in the history
  • Loading branch information
marshmalien committed Dec 19, 2019
1 parent f461a46 commit 6c3e42a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ function CredentialList({ i18n }) {

setCredentials(results);
setCredentialCount(count);
setSelected([]);
} catch (error) {
setContentError(error);
}
Expand Down

0 comments on commit 6c3e42a

Please sign in to comment.