Преглед изворни кода

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' })}


Loading…
Откажи
Сачувај