@rh-support/troubleshoot 0.2.133 → 0.2.134

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.
@@ -124,7 +124,7 @@ export default function UpdateSeverityModal(props) {
124
124
  }
125
125
  }
126
126
  catch (e) {
127
- yield updateCaseDetails(caseDispatch, caseDetails.caseNumber, {
127
+ setCaseDetails(caseDispatch, {
128
128
  severity: currentSeverity,
129
129
  });
130
130
  onSuccessfulSubmit();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/troubleshoot",
3
- "version": "0.2.133",
3
+ "version": "0.2.134",
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": "c049feffba16feb4ef0758eac9934b995b108341"
146
+ "gitHead": "dda593e3af59d6ab835cf306e559e838ba735c2a"
147
147
  }