Skip to content

Commit

Permalink
Update MkPostForm.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkokari-gtyih authored Dec 14, 2024
1 parent 5748229 commit 85ee714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/components/MkPostForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ const canPost = computed((): boolean => {
quoteId.value != null
) &&
(textLength.value <= maxTextLength.value) &&
(files.value.length > 16) &&
(files.value.length <= 16) &&
(!poll.value || poll.value.choices.length >= 2);
});

Expand Down

0 comments on commit 85ee714

Please sign in to comment.