FIXES
This commit is contained in:
@@ -276,11 +276,11 @@ onMounted(async() => {
|
||||
})
|
||||
const filter = ref({
|
||||
practics_state:'',
|
||||
gender: '',
|
||||
state: '',
|
||||
gender: 'All',
|
||||
state: 'All',
|
||||
specialty:'',
|
||||
availabilityFrom:'',
|
||||
availabilityTo:''
|
||||
availabilityFrom:'All',
|
||||
availabilityTo:'All'
|
||||
// plan: '',
|
||||
})
|
||||
// const onSubcriptionChange = async(newvalue)=> {
|
||||
|
Reference in New Issue
Block a user