|
|
|
@@ -21,7 +21,7 @@ import { |
|
|
|
isDummyLoggedIn, |
|
|
|
// isCreditorLoggedIn, |
|
|
|
checkIsOnlyOnlinePaymentByIssueDate, |
|
|
|
checkIsOnlyOnlinePaymentApply, |
|
|
|
// checkIsOnlyOnlinePaymentApply, |
|
|
|
} from "utils/Utils"; |
|
|
|
|
|
|
|
import { useNavigate } from "react-router-dom"; |
|
|
|
@@ -583,7 +583,7 @@ const PublicNoticeApplyForm = ({ loadedData, _selections, gazetteIssueList }) => |
|
|
|
aria-label={intl.formatMessage({ id: 'applyPublicNotice' })} |
|
|
|
variant="contained" |
|
|
|
type="submit" |
|
|
|
disabled={checkIsOnlyOnlinePaymentApply(tickAccept)} |
|
|
|
disabled={!tickAccept} |
|
|
|
> |
|
|
|
<FormattedMessage id="applyPublicNotice" /> |
|
|
|
</Button> |
|
|
|
|