Skip to content

Commit

Permalink
[feat] add item validation
Browse files Browse the repository at this point in the history
  • Loading branch information
hikahana committed Dec 11, 2023
1 parent c372a96 commit 22d1d34
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ export default function PurchaseReportAddModal(props: ModalProps) {
}
isFinanceCheckHandler(formDataList[activeStep - 1].id, true);
}}
disabled={formDataList[activeStep - 1].item.trim() === ''}
>
<div className='flex'>
{activeStep === steps.length
Expand Down

0 comments on commit 22d1d34

Please sign in to comment.