Skip to content

Commit

Permalink
Merge pull request #654 from NUTFes/feat/yama/650-add-validation-to-m…
Browse files Browse the repository at this point in the history
…odal

[feat] add validation  (#650)
  • Loading branch information
Kubosaka authored Nov 14, 2023
2 parents c372a96 + c379fc5 commit b80e472
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ export default function AddModal(props: ModalProps) {
activeStep === steps.length ? setIsDone(true) : nextStep();
}
}}
disabled={props.formDataList[activeStep - 1].item.trim() === ''}
>
<div className={clsx('flex')}>
{activeStep === steps.length ? '申請の確認' : '次へ'}
Expand Down

0 comments on commit b80e472

Please sign in to comment.