소스 검색

hidle error message without edit mode

CR003
Alex Cheung 1 년 전
부모
커밋
6ae8ba07a6
1개의 변경된 파일4개의 추가작업 그리고 3개의 파일을 삭제
  1. +4
    -3
      src/pages/Organization/DetailPage/OrganizationCard.js

+ 4
- 3
src/pages/Organization/DetailPage/OrganizationCard.js 파일 보기

@@ -463,9 +463,10 @@ const OrganizationCard = ({ userData, loadDataFun, id, setEditModeFun }) => {
{
fromDate == null ?
(!editMode && !createMode) ?
<FormHelperText error id="helper-text-date">
Please select a date after today.
</FormHelperText>
// <FormHelperText error id="helper-text-date">
// Please select a date after today.
// </FormHelperText>
null
:
<FormHelperText error id="helper-text-date">
{intl.formatMessage({ id: 'pleaseFillInBusinessRegCertValidityDate' })}


불러오는 중...
취소
저장