Skip to content

Commit

Permalink
Apply prettier changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-to authored and github-actions[bot] committed Nov 13, 2024
1 parent 1bed572 commit 96a96cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/alpine/select.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export default (asyncUrl = '') => ({
customAddItemText: translates.choices.custom_add_item,
fuseOptions: {
threshold: 0,
ignoreLocation: true
ignoreLocation: true,
},
addItemText: value => {
return translates.choices.add_item.replace(':value', `<b>${value}</b>`)
Expand Down

0 comments on commit 96a96cc

Please sign in to comment.