@rh-support/manage 2.1.23 → 2.1.24
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PartnershipsList.d.ts","sourceRoot":"","sources":["../../../../src/components/ManagePartnerships/PartnershipsList.tsx"],"names":[],"mappings":"AA4BA,wBAAgB,gBAAgB,
|
|
1
|
+
{"version":3,"file":"PartnershipsList.d.ts","sourceRoot":"","sources":["../../../../src/components/ManagePartnerships/PartnershipsList.tsx"],"names":[],"mappings":"AA4BA,wBAAgB,gBAAgB,gBAmO/B"}
|
|
@@ -105,9 +105,7 @@ export function PartnershipsList() {
|
|
|
105
105
|
cellWidth: 30,
|
|
106
106
|
cell: (data) => data.partnerCaseAccess,
|
|
107
107
|
},
|
|
108
|
-
|
|
109
|
-
if (loggedInUserRights.data.isOrgAdmin()) {
|
|
110
|
-
columns.push({
|
|
108
|
+
{
|
|
111
109
|
id: 'partnership-delete',
|
|
112
110
|
title: ' ',
|
|
113
111
|
sortable: false,
|
|
@@ -115,8 +113,8 @@ export function PartnershipsList() {
|
|
|
115
113
|
cell: (data) => (React.createElement(Button, { variant: ButtonVariant.plain, "aria-label": t('Remove partnership'), "data-tracking-id": "remove-partnership", onClick: () => removePartnership(data) },
|
|
116
114
|
React.createElement(TrashIcon, null),
|
|
117
115
|
React.createElement(LoadingIndicator, { isInline: true, show: isDeleting && data.accountNum === isDeletingAccountNum, size: "xs" }))),
|
|
118
|
-
}
|
|
119
|
-
|
|
116
|
+
},
|
|
117
|
+
];
|
|
120
118
|
const requestCollaborationButton = () => (React.createElement("div", { className: "toolbar-right pf-u-mt-xs" },
|
|
121
119
|
React.createElement(Button, { variant: ButtonVariant.primary, isInline: true, onClick: () => setIsRequestCollabModalOpen(true), "data-tracking-id": "request-collaboration-button", isDisabled: false },
|
|
122
120
|
React.createElement(Trans, null, "Request Collaboration"))));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rh-support/manage",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.24",
|
|
4
4
|
"description": "Customer Support Manage App",
|
|
5
5
|
"author": "Jordan Eudy <jeudy100@gmail.com>",
|
|
6
6
|
"homepage": "",
|
|
@@ -103,5 +103,5 @@
|
|
|
103
103
|
"defaults and supports es6-module",
|
|
104
104
|
"maintained node versions"
|
|
105
105
|
],
|
|
106
|
-
"gitHead": "
|
|
106
|
+
"gitHead": "ed21f3ba46cbc949f50222c31acdf99dc7acaf99"
|
|
107
107
|
}
|