Skip to content

Commit

Permalink
fixup textarea
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
  • Loading branch information
Antreesy committed Jul 16, 2024
1 parent 918db2f commit eccdc03
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/components/RightSidebar/Participants/Participant.vue
Original file line number Diff line number Diff line change
Expand Up @@ -322,10 +322,8 @@
class="participant-dialog__input"
:label="t('spreed', 'Internal note (reason to ban)')"
:error="!!maxLengthWarning"
:helper-text="maxLengthWarning"
:value.sync="internalNote" />
<span v-if="maxLengthWarning" class="participant-dialog__error-hint">
{{ maxLengthWarning }}
</span>
</template>
</template>
<template #actions>
Expand Down Expand Up @@ -1276,9 +1274,6 @@ export default {
&__input {
margin-block-end: 6px;
}
&__error-hint {
color: var(--color-error);
}
}

.utils {
Expand Down

0 comments on commit eccdc03

Please sign in to comment.