@bigbinary/neeto-team-members-frontend 2.5.10 → 2.5.11
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.
- package/README.md +2 -2
- package/dist/index.cjs.js +4 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +4 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -12,13 +12,13 @@ functioning of the package. Install all the peer dependencies using the below
|
|
|
12
12
|
command:
|
|
13
13
|
|
|
14
14
|
```zsh
|
|
15
|
-
yarn add @bigbinary/neeto-commons-frontend@2.0.29 @bigbinary/neeto-icons@1.9.
|
|
15
|
+
yarn add @bigbinary/neeto-commons-frontend@2.0.29 @bigbinary/neeto-icons@1.9.4 @bigbinary/neetoui@4.2.4 @honeybadger-io/js@4.9.3 @honeybadger-io/react@4.9.3 axios@1.3.1 classnames@2.3.2 formik@2.2.9 ramda@0.28.0 react-helmet@6.1.0 react-query@3.39.3 react-router-dom@5.3.4 react-toastify@8.2.0 yup@0.32.11
|
|
16
16
|
```
|
|
17
17
|
|
|
18
18
|
2. Now install the latest **neetoTeamMembers** package using the below command:
|
|
19
19
|
|
|
20
20
|
```zsh
|
|
21
|
-
yarn add @bigbinary/neeto-team-members-frontend@2.5.
|
|
21
|
+
yarn add @bigbinary/neeto-team-members-frontend@2.5.11
|
|
22
22
|
```
|
|
23
23
|
|
|
24
24
|
## Usage
|
package/dist/index.cjs.js
CHANGED
|
@@ -10060,6 +10060,9 @@ const ManageMember = _ref => {
|
|
|
10060
10060
|
onComplete();
|
|
10061
10061
|
setHasSubmitted(false);
|
|
10062
10062
|
setCurrentPage(FORM_PAGES.MAIN);
|
|
10063
|
+
appListSavedStateReference.current = {
|
|
10064
|
+
isAppListEnabled: true
|
|
10065
|
+
};
|
|
10063
10066
|
};
|
|
10064
10067
|
const manageMemberProps = {
|
|
10065
10068
|
hasSubmitted,
|
|
@@ -10173,7 +10176,7 @@ const ManageMember = _ref => {
|
|
|
10173
10176
|
}), /*#__PURE__*/e__default["default"].createElement(neetoui.Button, {
|
|
10174
10177
|
disabled: !dirty || isSubmitting,
|
|
10175
10178
|
loading: isSubmitting,
|
|
10176
|
-
style:
|
|
10179
|
+
style: "primary",
|
|
10177
10180
|
type: "submit",
|
|
10178
10181
|
"data-cy": isLastPage ? "ntm-manage-member-submit-button" : "ntm-manage-member-continue-button",
|
|
10179
10182
|
label: isLastPage ? instance.t("buttons.saveChanges") : instance.t("buttons.continue"),
|