Skip to content

Commit

Permalink
fix eslint issue
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Veyssier <[email protected]>
  • Loading branch information
julien-nc committed Aug 9, 2023
1 parent 8d03751 commit b9c04ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/settings/src/components/AdminAI.vue
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export default {
this.saveChanges()
},
moveDown(i) {
this.settings['ai.translation_provider_preferences'].splice(
this.settings['ai.translation_provider_preferences'].splice(
i + 1,
0,
...this.settings['ai.translation_provider_preferences'].splice(i, 1)
Expand Down

0 comments on commit b9c04ab

Please sign in to comment.