Skip to content

Commit

Permalink
fix(webui): bulk edit metadata numberSort increment does not work as …
Browse files Browse the repository at this point in the history
…expected after editing

Closes: #1727
  • Loading branch information
gotson committed Oct 7, 2024
1 parent 2b41fef commit e1b9296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion komga-webui/src/components/dialogs/BulkEditBooksDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@

<!-- Sort Number -->
<v-col cols="2">
<v-text-field v-model="form[book.id].numberSort"
<v-text-field v-model.number="form[book.id].numberSort"
type="number"
step="0.1"
dense
Expand Down

0 comments on commit e1b9296

Please sign in to comment.