FIXES
This commit is contained in:
@@ -25,9 +25,9 @@ const subcriptionLists = ref(['All'])
|
||||
const isLoading=ref(false)
|
||||
|
||||
const filter = ref({
|
||||
gender: '',
|
||||
state: '',
|
||||
plan: '',
|
||||
gender: 'All',
|
||||
state: 'all',
|
||||
plan: 'all',
|
||||
})
|
||||
// const gender =ref();
|
||||
// const city =ref();
|
||||
|
Reference in New Issue
Block a user