@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/Roles.js
CHANGED
|
@@ -1859,7 +1859,7 @@ var Row = function Row(_ref) {
|
|
|
1859
1859
|
checked: isCheckboxChecked(role),
|
|
1860
1860
|
className: "ntm-roles-table-cell__checkbox",
|
|
1861
1861
|
"data-cy": "ntm-roles-table-permission-checkbox",
|
|
1862
|
-
disabled: identical(role.name, "Admin") || identical(role.name, "Owner"),
|
|
1862
|
+
disabled: identical(role.name, "Admin") || identical(role.name, "Owner") || !isUpdatePermissionGranted,
|
|
1863
1863
|
onChange: function onChange() {
|
|
1864
1864
|
return handleSubmit(role);
|
|
1865
1865
|
}
|