@rh-support/troubleshoot 0.2.95 → 0.2.96
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.
|
@@ -44,10 +44,11 @@ function CaseAlternateId(props) {
|
|
|
44
44
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
45
45
|
}, [alternateId]);
|
|
46
46
|
const onAlternateIdChange = (e) => {
|
|
47
|
+
var _a;
|
|
47
48
|
if (canEditCase.alert())
|
|
48
49
|
return;
|
|
49
50
|
setAlternateIdState(e.target.value);
|
|
50
|
-
!caseNumber && setCaseDetails(caseDispatch, { alternateId: e.target.value.trim() });
|
|
51
|
+
!caseNumber && setCaseDetails(caseDispatch, { alternateId: (_a = e.target.value) === null || _a === void 0 ? void 0 : _a.trim() });
|
|
51
52
|
};
|
|
52
53
|
const updateAlternateId = () => __awaiter(this, void 0, void 0, function* () {
|
|
53
54
|
try {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rh-support/troubleshoot",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.96",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"registry": "https://registry.npmjs.org"
|
|
@@ -143,5 +143,5 @@
|
|
|
143
143
|
"not ie <= 11",
|
|
144
144
|
"not op_mini all"
|
|
145
145
|
],
|
|
146
|
-
"gitHead": "
|
|
146
|
+
"gitHead": "f0c7d083eb6f8cce7089d9b5806e8537df3cafc1"
|
|
147
147
|
}
|