console error fixed

This commit is contained in:
Burak Civan 2022-12-12 15:25:15 +03:00
parent e873248136
commit 8c953c311a
3 changed files with 0 additions and 8 deletions

View File

@ -118,11 +118,5 @@ const app = new Vue({
}
}
},
onType(event) {
return;
this.form.type = type;
}
}
});

View File

@ -24,7 +24,6 @@
'service' => trans_choice('general.services', 1)
]"
checked="product"
@input="onType($event)"
/>
<x-form.group.text name="name" label="{{ trans('general.name') }}" />

View File

@ -18,7 +18,6 @@
'service' => trans_choice('general.services', 1)
]"
checked="{{ $item->type }}"
@input="onType($event)"
/>
<x-form.group.text name="name" label="{{ trans('general.name') }}" />