mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-25 14:36:41 +08:00
Merge pull request #8405 from aignatov-bio/ai-sci-11789-fix-na-for-text-form-field
Fix na for text form field [SCI-11789]
This commit is contained in:
commit
cf22232c9b
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
:placeholder="fieldDisabled ? '' : i18n.t('forms.fields.add_text')"></textarea>
|
||||
</div>
|
||||
<div v-else
|
||||
:key="value"
|
||||
@click="startEditing"
|
||||
ref="fieldValue"
|
||||
class="rounded h-24 border py-0.5 w-full px-2 border-sn-grey overflow-y-auto"
|
||||
|
|
Loading…
Add table
Reference in a new issue