Skip to content

Commit

Permalink
fix: credential filter default object to match all credentials (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeplotean committed Feb 9, 2024
1 parent a49b1f9 commit 2e35d48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,6 @@ data class CredentialFilterObject(
val sorDescending: Boolean,
) {
companion object {
val default = CredentialFilterObject(emptyList(), false, "", false)
val default = CredentialFilterObject(null, false, "", false)
}
}

0 comments on commit 2e35d48

Please sign in to comment.