Skip to content

Commit

Permalink
fix(frontend): remove duplicated value
Browse files Browse the repository at this point in the history
  • Loading branch information
Esurio committed Dec 20, 2024
1 parent a88357c commit 8258eae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/frontend/src/components/MkPostForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,6 @@ function saveDraft() {
poll: poll.value,
event: event.value,
visibleUserIds: visibility.value === 'specified' ? visibleUsers.value.map(x => x.id) : undefined,
scheduledNoteDelete: scheduledNoteDelete.value,
quoteId: quoteId.value,
reactionAcceptance: reactionAcceptance.value,
scheduledNoteDelete: scheduledNoteDelete.value,
Expand Down

0 comments on commit 8258eae

Please sign in to comment.