Skip to content

Commit

Permalink
fix(announcement): 個別ユーザーへのお知らせ編集ダイアログでチュートリアル受講のパラメータが反映されない問題を修正 (#779
Browse files Browse the repository at this point in the history
)
  • Loading branch information
u1-liquid authored Oct 24, 2024
1 parent 7f98321 commit 3d78015
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ async function done(): Promise<void> {
imageUrl: null,
display: display.value,
needConfirmationToRead: needConfirmationToRead.value,
needEnrollmentTutorialToRead: needEnrollmentTutorialToRead.value,
closeDuration: closeDuration.value,
displayOrder: displayOrder.value,
silence: silence.value,
Expand Down

0 comments on commit 3d78015

Please sign in to comment.