fix lint
This commit is contained in:
parent
f1224a5ef0
commit
fdf3e7e78a
2 changed files with 2 additions and 2 deletions
|
@ -231,7 +231,7 @@ export const AssociatedRolesModal = (props: AssociatedRolesModalProps) => {
|
|||
/>
|
||||
}
|
||||
canSelectAll
|
||||
// isPaginated
|
||||
isPaginated
|
||||
onSelect={(rows) => {
|
||||
setSelectedRows([...rows]);
|
||||
}}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import React, { useState, useEffect } from "react";
|
||||
import React, { useEffect } from "react";
|
||||
import { useParams } from "react-router-dom";
|
||||
import { useTranslation } from "react-i18next";
|
||||
import { PageSection } from "@patternfly/react-core";
|
||||
|
|
Loading…
Reference in a new issue