Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zlayine committed May 13, 2024
1 parent 88bfdc6 commit bf142bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion resources/js/components/fueltank/DispatchRuleForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,6 @@ const hasChanged = computed(() =>
watch(
() => hasChanged.value,
async () => {
console.log(hasChanged.value);
await formRef.value.validate();
setTimeout(() => {
emit('validation', validForm.value);
Expand Down

0 comments on commit bf142bd

Please sign in to comment.