Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix]編集モーダルでユーザーが反映されないバグ修正 #662

Merged
merged 3 commits into from
Mar 21, 2024

Conversation

dyusuke3263
Copy link
Collaborator

対応Issue

resolve #647

概要

協賛活動の編集モーダル変更がうまく反映されないバグの修正。

画面スクリーンショット等

image

  • URL
    スクリーンショット

テスト項目

-協賛活動の編集モーダルで担当者を変更し、変更が反映されているか確認する

備考

@github-actions github-actions bot added the bug Something isn't working label Nov 28, 2023
@dyusuke3263 dyusuke3263 requested review from imaimai17468, KazumaSun and Kubosaka and removed request for imaimai17468 and KazumaSun November 28, 2023 15:26
@dyusuke3263 dyusuke3263 self-assigned this Nov 28, 2023
Copy link
Collaborator

@imaimai17468 imaimai17468 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

抽出部分LGTMだと思います
valueに値を入れるか/optionにseletcted属性をつけて選択済みにするかは @Kubosaka の判断に任せます!

LGTM

Copy link
Collaborator

@Kubosaka Kubosaka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

動作は問題なしです。
少し追加で修正して欲しいので、お願いします!

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ブラウザで

Warning: Use the `defaultValue` or `value` props on <select> instead of setting `selected` on <option>.

のwarningが出ているので(おそらく前から)、せっかくなんで、初期値はselectタグのvalueで設定しましょうか。
自分のドラフトのPRを参考にやってみてください。
不明な点があれば気軽に聞いてください。

Copy link
Collaborator

@KazumaSun KazumaSun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

動作よきです。
くぼが指摘した箇所の修正が終わればLGTMです

@Kubosaka Kubosaka merged commit 0693a04 into develop Mar 21, 2024
2 checks passed
@Kubosaka Kubosaka deleted the fix/match/647/fix-activity-modal branch March 21, 2024 01:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

協賛活動の編集モーダルの修正
4 participants