@daoyi/nmtl-ui 2.0.1-beta.88 → 2.0.1-beta.90
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -10110,13 +10110,11 @@ const EmailInput = _ref => {
|
|
|
10110
10110
|
if (response && response.email) {
|
|
10111
10111
|
// setEmail(response.email);
|
|
10112
10112
|
onChange(response.email);
|
|
10113
|
-
|
|
10114
|
-
onNotify({
|
|
10115
|
-
type: 'error',
|
|
10116
|
-
message: 'common.action.failed'
|
|
10117
|
-
});
|
|
10113
|
+
// } else {
|
|
10114
|
+
// onNotify({ type: 'error', message: 'common.action.failed' });
|
|
10118
10115
|
}
|
|
10119
10116
|
};
|
|
10117
|
+
|
|
10120
10118
|
return /*#__PURE__*/React__default.createElement("div", {
|
|
10121
10119
|
className: "emailInput"
|
|
10122
10120
|
}, /*#__PURE__*/React__default.createElement("div", {
|
package/lib/components/Footer.js
CHANGED
|
@@ -3,7 +3,7 @@ import React__default, { useState, useEffect } from 'react';
|
|
|
3
3
|
import { c as classNames } from './index-f491ebce.js';
|
|
4
4
|
import PropTypes from 'prop-types';
|
|
5
5
|
import axios from 'axios';
|
|
6
|
-
import { C as ContactModal } from './ContactModal-
|
|
6
|
+
import { C as ContactModal } from './ContactModal-523ae294.js';
|
|
7
7
|
import { S as Spin } from './Spin-9a07b106.js';
|
|
8
8
|
import { s as styleInject } from './style-inject.es-1f59c1d0.js';
|
|
9
9
|
import './hoist-non-react-statics.cjs-3f408ad2.js';
|
package/package.json
CHANGED