Skip to content

Commit

Permalink
Added downloadable filter status
Browse files Browse the repository at this point in the history
  • Loading branch information
AnirudhBhat committed Jan 15, 2025
1 parent f11ad0f commit 089493c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ class WCProductStore @Inject constructor(
}

enum class VariationFilterOption {
STATUS;
STATUS, DOWNLOADABLE;

override fun toString() = name.lowercase(Locale.US)
}
Expand Down

0 comments on commit 089493c

Please sign in to comment.