fix lint issues
This commit is contained in:
parent
63a365ad93
commit
b9c38e811e
3 changed files with 6 additions and 6 deletions
|
@ -85,7 +85,7 @@ function DataTable<T>({
|
||||||
? (_, rowIndex, isOpen) => onCollapse(isOpen, rowIndex)
|
? (_, rowIndex, isOpen) => onCollapse(isOpen, rowIndex)
|
||||||
: undefined
|
: undefined
|
||||||
}
|
}
|
||||||
selectVariant={isRadio ? 'radio' : 'checkbox'}
|
selectVariant={isRadio ? "radio" : "checkbox"}
|
||||||
canSelectAll={canSelectAll}
|
canSelectAll={canSelectAll}
|
||||||
cells={columns.map((column) => {
|
cells={columns.map((column) => {
|
||||||
return { ...column, title: t(column.displayKey || column.name) };
|
return { ...column, title: t(column.displayKey || column.name) };
|
||||||
|
|
|
@ -45,7 +45,7 @@ export const LdapMapperHardcodedLdapRole = ({
|
||||||
{showAssign && (
|
{showAssign && (
|
||||||
// MF 042921 hardcoded for now, to see modal displayed
|
// MF 042921 hardcoded for now, to see modal displayed
|
||||||
<AddRoleMappingModal
|
<AddRoleMappingModal
|
||||||
id="1a85c63a-99bd-4d16-9924-b38b8f7cceaf" // this is the ID for client-scopes > marks-client-scope
|
id="1a85c63a-99bd-4d16-9924-b38b8f7cceaf" // this is the ID for client-scopes > marks-client-scope
|
||||||
type="client-scope"
|
type="client-scope"
|
||||||
name="name"
|
name="name"
|
||||||
// id={id}
|
// id={id}
|
||||||
|
|
Loading…
Reference in a new issue