@rh-support/troubleshoot 0.2.30 → 0.2.31

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.
@@ -171,7 +171,7 @@ export const initialCaseState = {
171
171
  hasErrorSelectedNotificationContacts: false,
172
172
  isFetchingSelectedNotificationContacts: true,
173
173
  versionsDetails: getApiResourceObject([]),
174
- v3ClusterName: undefined,
174
+ v3ClusterName: '',
175
175
  };
176
176
  export const ORG_ADMIN_SEND_NOTIFCATION_KBASE_LINK = 'https://access.redhat.com/articles/5967811';
177
177
  export const NON_ORG_ADMIN_SEND_NOTIFCATION_KBASE_LINK = 'https://access.redhat.com/articles/5967831';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/troubleshoot",
3
- "version": "0.2.30",
3
+ "version": "0.2.31",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"
@@ -142,5 +142,5 @@
142
142
  "not ie <= 11",
143
143
  "not op_mini all"
144
144
  ],
145
- "gitHead": "119a9973c99aa8eb4590330c6def234e388686f1"
145
+ "gitHead": "65516193c51637967a250c184f23afcde2a759d2"
146
146
  }