Skip to content

Commit

Permalink
Merge pull request #4090 from traPtitech/fix/re_rendering_user_modal_…
Browse files Browse the repository at this point in the history
…when_user_id_change

ユーザーモーダルでユーザーidが変わったときに一部の情報がリアクティブに更新されないのを修正
  • Loading branch information
mehm8128 authored Oct 15, 2023
2 parents 3bc84a1 + 9100302 commit 4853942
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Modal/ModalContainer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
? currentState.id
: undefined
"
:key="currentState.type === 'user' ? currentState.id : undefined"
:channel-id="
currentState.type === 'notification'
? currentState.channelId
Expand Down

0 comments on commit 4853942

Please sign in to comment.