fix: save button of profile edit modal

This commit is contained in:
Jannat Patel
2025-12-17 11:23:10 +05:30
parent 371c72b96c
commit 126570fcca
2 changed files with 7 additions and 9 deletions

View File

@@ -153,7 +153,6 @@ const categories = createListResource({
})
const updateParticipants = () => {
console.log('updating participants')
updateFilters()
getMemberCount()
setQueryParams()
@@ -165,7 +164,6 @@ const updateParticipants = () => {
}
const updateFilters = () => {
console.log(currentCategory.value)
if (currentCategory.value) {
filters.value.category = currentCategory.value
} else {