Skip to content

Commit

Permalink
feat: up to 255 charters for description
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin-Guillemin committed Feb 2, 2024
1 parent 022a5bb commit 6f902cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/webapp/src/components/dialogs/FileDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const reset = debounce((): void => {
<v-textarea
v-model="description"
:label="t('information.description')"
:maxlength="45"
:maxlength="255"
variant="solo-filled"
rounded="xl"
flat
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ onMounted(() => {
<v-textarea
v-model="tmp.description"
:label="t('information.description')"
:maxlength="45"
:maxlength="255"
variant="solo-filled"
rounded="xl"
flat
Expand Down

0 comments on commit 6f902cf

Please sign in to comment.