Skip to content

Commit

Permalink
Empy sex filter by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Mau Zsofia Abraham committed Jan 24, 2025
1 parent f01734b commit 486832a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ui/sex-filter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const filterUpdated = function () {
} else if (female.value) {
model.value = ["f"];
} else {
model.value = ["m", "f"];
model.value = [];
}
};
</script>
Expand Down

0 comments on commit 486832a

Please sign in to comment.