remove export button (#2096)
This commit is contained in:
parent
b892c49436
commit
41d58ab1b3
1 changed files with 0 additions and 3 deletions
|
@ -245,9 +245,6 @@ export default function ClientScopesSection() {
|
||||||
</>
|
</>
|
||||||
}
|
}
|
||||||
actions={[
|
actions={[
|
||||||
{
|
|
||||||
title: t("common:export"),
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: t("common:delete"),
|
title: t("common:delete"),
|
||||||
onRowClick: (clientScope) => {
|
onRowClick: (clientScope) => {
|
||||||
|
|
Loading…
Reference in a new issue