Skip to content

Commit c43b099

Browse files
committed
Fix JS style
1 parent 94433e2 commit c43b099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resource/js/vocab-search.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ const vocabSearch = Vue.createApp({
204204
showAutoComplete () {
205205
this.showDropdown = true
206206
this.$forceUpdate()
207-
},
207+
}
208208
},
209209
template: `
210210
<div class="d-flex my-auto ms-auto">

0 commit comments

Comments
 (0)