Skip to content

Commit

Permalink
fix suno style len
Browse files Browse the repository at this point in the history
  • Loading branch information
hyf-github-user committed Dec 1, 2024
1 parent abcee34 commit 9e64c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/suno/config/StyleInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
type="textarea"
class="style"
:placeholder="$t('suno.placeholder.style')"
:maxlength="120"
:maxlength="200"
show-word-limit
/>
</div>
Expand Down

0 comments on commit 9e64c29

Please sign in to comment.