abmp-npm 1.10.1 → 1.10.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "abmp-npm",
3
- "version": "1.10.1",
3
+ "version": "1.10.2",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "check-cycles": "madge --circular .",
@@ -292,7 +292,6 @@ async function personalDetailsOnReady({
292
292
 
293
293
  _$w('#profileLink').text = fullProfilePageLink;
294
294
  _$w('#profileLink').link = fullProfilePageLink;
295
- _$w('#urlWebsiteText').text = fullProfilePageLink;
296
295
  _$w('#profileLink').target = '_blank';
297
296
  _$w('#licenceNoText').text = (itemMemberObj.licenses || [])
298
297
  .map(val => val.license)
@@ -1861,6 +1860,7 @@ async function personalDetailsOnReady({
1861
1860
 
1862
1861
  const updatedData = currentData.filter(item => item._id !== phoneId);
1863
1862
  renderPhonesList(updatedData);
1863
+ checkFormChanges(FORM_SECTION_HANDLER_MAP.CONTACT_BOOKING);
1864
1864
  }
1865
1865
  }
1866
1866