Skip to content

Commit

Permalink
fix: コンフリクトを解消
Browse files Browse the repository at this point in the history
- 引数 onSubmit を新しい実装に合わせて削除
  • Loading branch information
naohanpen committed Sep 25, 2024
1 parent a3c6cb4 commit e09c41a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/committee/news/new/NewNewsForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export const NewNewsForm: FC<{
toast("送信をキャンセルしました");
return;
} else {
return onSubmitHandler(onSubmit);
return onSubmitHandler();
}
}}
className={stack({ gap: 4, marginBottom: "100px" })}>
Expand Down

0 comments on commit e09c41a

Please sign in to comment.