Skip to content

Commit

Permalink
enhance(ux/frontend/MkPostForm): 予約投稿の時間を再度設定する時、以前設定した時間が表示されるように (#904
Browse files Browse the repository at this point in the history
)
  • Loading branch information
u1-liquid authored Jan 17, 2025
1 parent 71c2921 commit 655ed95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/frontend/src/components/MkPostForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -597,6 +597,7 @@ function removeVisibleUser(user) {
async function setScheduledTime() {
const { canceled, result: date } = await os.inputDateTime({
title: i18n.ts.setScheduledTime,
default: scheduledTime.value ?? undefined,
});
if (canceled) return;

Expand Down

0 comments on commit 655ed95

Please sign in to comment.