fixed excedently removed columns (#310)
This commit is contained in:
parent
8f971ffca0
commit
9ea2470aeb
1 changed files with 5 additions and 3 deletions
|
@ -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"),
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue