Skip to content
Snippets Groups Projects
Commit 91e455c5 authored by Mostafa Hadizadeh's avatar Mostafa Hadizadeh
Browse files

minor

parent b9bf1e75
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@
</div>
<div class="main-center p-1 col-span-5">
<div class="flex items-center justify-between space-x-2" >
<input v-model="aggregated" type="checkbox" class="mt-auto py-4 px-4 border-gray-300 rounded h-5 w-5 dark:bg-[#1F2937]" />
<input v-model="aggregated" @change="handleChange()" type="checkbox" class="mt-auto py-4 px-4 border-gray-300 rounded h-5 w-5 dark:bg-[#1F2937]" />
</div>
</div>
......@@ -722,7 +722,7 @@ export default {
this.tds_checker()
},
activate_handleChange(){
console.log("activate_handleChange",this.auto_collections)
console.log("activate_handleChange",this.auto_collections.length )
if (this.auto_collections.length === 0){
this.handleChange()
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment