@rh-support/manage 2.1.48 → 2.1.50
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.
|
@@ -65,7 +65,7 @@ export const TopContentSingleItem = ({ isArrangingContent, category, snapshot, i
|
|
|
65
65
|
// throws toast warning and clears it after 4 seconds
|
|
66
66
|
const throwWarningMessage = () => {
|
|
67
67
|
const message = getText('Unable to automatically fetch title. Please enter manually');
|
|
68
|
-
ToastNotification.addWarningMessage(message, { autoClose: 4000 });
|
|
68
|
+
ToastNotification.addWarningMessage(message, '', { autoClose: 4000 });
|
|
69
69
|
};
|
|
70
70
|
try {
|
|
71
71
|
const nodeId = getDrupalResIdIfTypeFromUrl(contentUrl);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rh-support/manage",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.50",
|
|
4
4
|
"description": "Customer Support Manage App",
|
|
5
5
|
"author": "Jordan Eudy <jeudy100@gmail.com>",
|
|
6
6
|
"homepage": "",
|
|
@@ -74,12 +74,12 @@
|
|
|
74
74
|
"@patternfly/patternfly": "5.1.0",
|
|
75
75
|
"@patternfly/react-core": "5.1.1",
|
|
76
76
|
"@patternfly/react-table": "5.1.1",
|
|
77
|
-
"@rh-support/components": "2.1.
|
|
77
|
+
"@rh-support/components": "2.1.37",
|
|
78
78
|
"@rh-support/configs": "2.0.15",
|
|
79
|
-
"@rh-support/react-context": "2.1.
|
|
79
|
+
"@rh-support/react-context": "2.1.40",
|
|
80
80
|
"@rh-support/types": "2.0.2",
|
|
81
|
-
"@rh-support/user-permissions": "2.1.
|
|
82
|
-
"@rh-support/utils": "2.1.
|
|
81
|
+
"@rh-support/user-permissions": "2.1.26",
|
|
82
|
+
"@rh-support/utils": "2.1.18",
|
|
83
83
|
"@types/react-beautiful-dnd": "^13.0.0",
|
|
84
84
|
"lodash": ">=4.17.15",
|
|
85
85
|
"react": "17.0.2",
|
|
@@ -92,5 +92,5 @@
|
|
|
92
92
|
"defaults and supports es6-module",
|
|
93
93
|
"maintained node versions"
|
|
94
94
|
],
|
|
95
|
-
"gitHead": "
|
|
95
|
+
"gitHead": "852ee8bdbdebd886e52c1dc695a2a017d2b0c6f7"
|
|
96
96
|
}
|