Skip to content

Commit 8979e5f

Browse files
Frontend: set StatusTextWatcher textarea to disabled
1 parent c9ac1cd commit 8979e5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/frontend/src/components/common/StatusTextWatcher.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<v-textarea auto-grow :value="all_messages" readonly />
2+
<v-textarea auto-grow :value="all_messages" readonly disabled />
33
</template>
44

55
<script lang="ts">

0 commit comments

Comments
 (0)