@rh-support/troubleshoot 0.2.126 → 0.2.127

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.
@@ -60,7 +60,7 @@ export function PostComment(props) {
60
60
  setCommentType(defaultCommentType);
61
61
  const defaultCommentSignature = retrievedCommentSignature || '';
62
62
  setCommentSignature(defaultCommentSignature);
63
- if (isEmpty(commentText)) {
63
+ if (isEmpty(commentText) && !isEmpty(defaultCommentSignature)) {
64
64
  setCommentText(`\n ${defaultCommentSignature}` || '');
65
65
  }
66
66
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/troubleshoot",
3
- "version": "0.2.126",
3
+ "version": "0.2.127",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"
@@ -74,10 +74,10 @@
74
74
  "@progress/kendo-drawing": "^1.6.0",
75
75
  "@progress/kendo-react-pdf": "^3.12.0",
76
76
  "@rh-support/api": "0.3.24",
77
- "@rh-support/components": "1.1.75",
78
- "@rh-support/react-context": "0.2.81",
77
+ "@rh-support/components": "1.1.76",
78
+ "@rh-support/react-context": "0.2.82",
79
79
  "@rh-support/types": "0.2.0",
80
- "@rh-support/user-permissions": "0.2.62",
80
+ "@rh-support/user-permissions": "0.2.63",
81
81
  "@rh-support/utils": "0.2.46",
82
82
  "@types/react-redux": "^7.1.12",
83
83
  "@types/redux": "^3.6.0",
@@ -143,5 +143,5 @@
143
143
  "not ie <= 11",
144
144
  "not op_mini all"
145
145
  ],
146
- "gitHead": "16100828f404296b3dfb26fbb9fde4c5920ab94e"
146
+ "gitHead": "1359173d6efb7ece2bd1d0760c001e053bc29893"
147
147
  }