Skip to content

Commit

Permalink
Merge pull request #584 from NUTFes/fix/dodo/583-sponsor-activity-inp…
Browse files Browse the repository at this point in the history
…ut-word

[fix] 協賛活動の登録時に備考が編集できない問題を解決(#583)
  • Loading branch information
imaimai17468 authored May 23, 2023
2 parents 9121b52 + 294282a commit 2ca7841
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default function SponsorActivitiesAddModal(props: Props) {
? REMARK_COUPON
: '';
setFormData({ ...formData, remark: newRemark + newRemarkFeature });
}, [design, formData]);
}, [design]);

const [selectedStyleIds, setSelectedStyleIds] = useState<number[]>([sponsorStyles[0].id || 0]);
const [isStyleError, setIsStyleError] = useState(false);
Expand Down

0 comments on commit 2ca7841

Please sign in to comment.