fix: allow description field autogrow #1692
|
@ -87,6 +87,7 @@ async function handleSave() {
|
|||
v-model="row.description"
|
||||
class="col"
|
||||
@keyup.enter="handleSave"
|
||||
autogrow
|
||||
data-cy="ticketNotesDescription"
|
||||
/>
|
||||
<QIcon
|
||||
|
|
Loading…
Reference in New Issue