Skip to content

Commit

Permalink
Frontend: set StatusTextWatcher textarea to disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Williangalvani committed Jul 9, 2024
1 parent c9ac1cd commit 8979e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/frontend/src/components/common/StatusTextWatcher.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<v-textarea auto-grow :value="all_messages" readonly />
<v-textarea auto-grow :value="all_messages" readonly disabled />
</template>

<script lang="ts">
Expand Down

0 comments on commit 8979e5f

Please sign in to comment.