mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-09-19 01:35:47 +08:00
chore: disable resizing the custom request naming style textarea field
AI Experiments in the cloud offering.
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user