mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-10 00:05:27 +00:00
fix(frontend): reset rows default to 1
This commit is contained in:
@@ -322,6 +322,7 @@
|
||||
/>
|
||||
{:else if inputCat == 'string'}
|
||||
<textarea
|
||||
rows="1"
|
||||
bind:this={el}
|
||||
on:focus={() => dispatch('focus')}
|
||||
on:blur={() => dispatch('blur')}
|
||||
|
||||
Reference in New Issue
Block a user