Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Stowez committed Nov 5, 2024
1 parent fc3d4ff commit b188d71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/js/components/FormField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ export default {
}
})
}).catch(error => {
console.error('Error loading initial options:', error);
});
console.error('Error loading initial options:', error);
});
},
/*
Expand Down

0 comments on commit b188d71

Please sign in to comment.