@rh-support/troubleshoot 2.2.12 → 2.2.13

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.
@@ -1 +1 @@
1
- {"version":3,"file":"CaseContactPhoneNumber.d.ts","sourceRoot":"","sources":["../../../../../../src/components/CaseEditView/Tabs/CaseDetails/CaseContactPhoneNumber.tsx"],"names":[],"mappings":"AAuBA,wBAAgB,sBAAsB,gBA8OrC"}
1
+ {"version":3,"file":"CaseContactPhoneNumber.d.ts","sourceRoot":"","sources":["../../../../../../src/components/CaseEditView/Tabs/CaseDetails/CaseContactPhoneNumber.tsx"],"names":[],"mappings":"AAuBA,wBAAgB,sBAAsB,gBA+OrC"}
@@ -138,7 +138,8 @@ export function CaseContactPhoneNumber() {
138
138
  setLocalFullPhoneState(phoneCountryCode + ' ' + phoneAreaCodePrefixLineNumber);
139
139
  setIsShowOldPhone(false);
140
140
  }
141
- }, [phoneCountryCode, phoneAreaCodePrefixLineNumber, phone]);
141
+ // eslint-disable-next-line react-hooks/exhaustive-deps
142
+ }, []);
142
143
  return (React.createElement("div", { className: "form-group pf-u-pb-md", style: { minWidth: '200px' } },
143
144
  React.createElement("h3", { className: `subheading subheading-sm ${isExportingPDF ? 'expand-input' : ''}` },
144
145
  React.createElement(Trans, null, "Case owner's phone number"),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/troubleshoot",
3
- "version": "2.2.12",
3
+ "version": "2.2.13",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"
@@ -66,8 +66,8 @@
66
66
  "@patternfly/react-core": "4.264.0",
67
67
  "@progress/kendo-drawing": "^1.6.0",
68
68
  "@progress/kendo-react-pdf": "^3.12.0",
69
- "@rh-support/components": "2.1.6",
70
- "@rh-support/react-context": "2.1.6",
69
+ "@rh-support/components": "2.1.7",
70
+ "@rh-support/react-context": "2.1.7",
71
71
  "@rh-support/types": "2.0.2",
72
72
  "@rh-support/user-permissions": "2.1.3",
73
73
  "@rh-support/utils": "2.1.1",
@@ -133,5 +133,5 @@
133
133
  "defaults and supports es6-module",
134
134
  "maintained node versions"
135
135
  ],
136
- "gitHead": "18d4816c03d679b40b4523e266e375e44344492a"
136
+ "gitHead": "ea9b9ee30bf7f2cbb008a2100da620e69f8214e2"
137
137
  }