Skip to content

Commit

Permalink
Fix auto refrash when press enter in InitialQualitySetting input numb…
Browse files Browse the repository at this point in the history
…er widget
  • Loading branch information
Tnze committed Nov 6, 2024
1 parent 8dc8907 commit baa8a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/designer/InitialQualitySetting.vue
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ watchEffect(() => {

<template>
<div style="display: flex; flex-direction: column;">
<el-form label-width="auto">
<el-form label-width="auto" @submit.prevent>
<el-form-item label=" ">
<el-radio-group v-model="inputType">
<el-radio-button value="manully">{{ $t('manully-input') }}</el-radio-button>
Expand Down

0 comments on commit baa8a4f

Please sign in to comment.