chore: disable resizing the custom request naming style textarea field
AI Experiments in the cloud offering.
This commit is contained in:
parent
e96232133d
commit
812daaaf06
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@
|
|||
>
|
||||
<textarea
|
||||
v-model="CUSTOM_NAMING_STYLE"
|
||||
class="flex flex-1 bg-primaryLight px-4 py-2 rounded border border-dividerLight focus:border-divider transition"
|
||||
class="flex flex-1 bg-primaryLight px-4 py-2 rounded border border-dividerLight focus:border-divider transition resize-none"
|
||||
:placeholder="
|
||||
t(
|
||||
'settings.ai_request_naming_style_custom_placeholder'
|
||||
|
|
|
|||
Loading…
Reference in a new issue