Skip to content

Commit

Permalink
fix: cant record after configured the quality
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteMinds committed Mar 12, 2024
1 parent 7817533 commit 4a6576c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/web/src/views/RecordersManage/RecorderEdit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
v-model="recorder.quality"
:items="Qualities"
:item-title="(item: string) => $t(`quality.${item}`)"
:item-value="(item: string) => item"
required
persistent-hint
:hint="$t('edit.quality_input_hint')"
Expand Down

0 comments on commit 4a6576c

Please sign in to comment.