@rh-support/troubleshoot 2.2.1843-beta.0 → 2.2.1850-beta.1

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.
@@ -85,7 +85,7 @@ export default function Recommendations(props) {
85
85
  // recreate a new AbortController for each call
86
86
  let controller = new AbortController();
87
87
  abortControllerRef.current = controller;
88
- if (!isEmpty(issue)) {
88
+ if (!isEmpty(issue) || !isEmpty(summary)) {
89
89
  !loggedInUsersAccount.data.secureSupport
90
90
  ? fetchWatsonXRecommendations(recommendationDispatch, payload, MAXROW, recPageSize, 0, true, queryFilters, controller.signal)
91
91
  : fetchRecommendations(recommendationDispatch, payload, MAXROW, recPageSize, 0, true, caseNumber, isSecureSupportAccount, queryFilters, controller.signal);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/troubleshoot",
3
- "version": "2.2.1843-beta.0",
3
+ "version": "2.2.1850-beta.1",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"
@@ -133,5 +133,5 @@
133
133
  "defaults and supports es6-module",
134
134
  "maintained node versions"
135
135
  ],
136
- "gitHead": "d203b1afa871dc4f04d863111794c370735c48b9"
136
+ "gitHead": "94a58b29e0f39d614087a577f6cf6873015a71ad"
137
137
  }