-
- You dont have permission to delete the following Organizations:
-
- {selected
- .filter(row => !row.summary_fields.user_capabilities.delete)
- .map(row => (
-
- {row.name}
-
- ))
- }
-
- );
- } else if (selected.length === 0) {
- deleteToolTipContent = i18nMark('Select a row to delete');
- } else {
- deleteToolTipContent = i18nMark('Delete');
- }
-
- const disableDelete = (
- selected.length === 0
- || selected.some(row => !row.summary_fields.user_capabilities.delete)
- );
+ const isAllSelected = selected.length === organizations.length;
return (
- loading...
: '' }
+ { error ?