Merge pull request #545 from jenny-s51/fixAssociatedRolesListBug

Fix associated roles list
This commit is contained in:
mfrances17 2021-04-23 09:39:08 -04:00 committed by GitHub
commit 010745ac1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,6 @@ import {
import RoleRepresentation from "keycloak-admin/lib/defs/roleRepresentation";
import { ListEmptyState } from "../components/list-empty-state/ListEmptyState";
import { KeycloakDataTable } from "../components/table-toolbar/KeycloakDataTable";
import { formattedLinkTableCell } from "../components/external-link/FormattedLink";
import { useAlerts } from "../components/alert/Alerts";
import { useConfirmDialog } from "../components/confirm-dialog/ConfirmDialog";
import { emptyFormatter } from "../util";
@ -268,7 +267,7 @@ export const AssociatedRolesTab = ({
name: "name",
displayKey: "roles:roleName",
cellRenderer: AliasRenderer,
cellFormatters: [formattedLinkTableCell(), emptyFormatter()],
cellFormatters: [emptyFormatter()],
},
{
name: "containerId",