fixed excedently removed columns (#310)

This commit is contained in:
Erik Jan de Wit 2021-01-20 07:53:36 +01:00 committed by GitHub
parent 8f971ffca0
commit 9ea2470aeb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,12 +68,14 @@ export const ClientScopesSection = () => {
]}
columns={[
{
name: t("common:name"),
name: "name",
displayKey: t("common:name"),
cellRenderer: ClientScopeDetailLink,
},
{ name: t("common:description") },
{ name: "description", displayKey: t("common:description") },
{
name: t("protocol"),
name: "protocol",
displayKey: t("protocol"),
},
]}
/>