@bigbinary/neeto-team-members-frontend 4.5.19 → 4.5.20
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.
- package/dist/Roles.js +1 -1
- package/dist/Roles.js.map +1 -1
- package/dist/cjs/Roles.js +1 -1
- package/dist/cjs/Roles.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/Roles.js
CHANGED
|
@@ -1861,7 +1861,7 @@ var Row = function Row(_ref) {
|
|
|
1861
1861
|
checked: isCheckboxChecked(role),
|
|
1862
1862
|
className: "ntm-roles-table-cell__checkbox",
|
|
1863
1863
|
"data-cy": "ntm-roles-table-permission-checkbox",
|
|
1864
|
-
disabled: ramda.identical(role.name, "Admin") || ramda.identical(role.name, "Owner"),
|
|
1864
|
+
disabled: ramda.identical(role.name, "Admin") || ramda.identical(role.name, "Owner") || !isUpdatePermissionGranted,
|
|
1865
1865
|
onChange: function onChange() {
|
|
1866
1866
|
return handleSubmit(role);
|
|
1867
1867
|
}
|