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 ea256d0 commit 92a6149
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 @@ -445,7 +445,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 92a6149

Please sign in to comment.