New Columns and columns visibility
This commit is contained in:
@@ -387,7 +387,7 @@ export default function Clusters() {
|
||||
<>
|
||||
<PageHeader
|
||||
title="Keyword Clusters"
|
||||
badge={{ icon: <GroupIcon />, color: 'green' }}
|
||||
badge={{ icon: <GroupIcon />, color: 'purple' }}
|
||||
/>
|
||||
<TablePageTemplate
|
||||
columns={pageConfig.columns}
|
||||
|
||||
@@ -754,7 +754,7 @@ export default function Keywords() {
|
||||
<>
|
||||
<PageHeader
|
||||
title="Keywords"
|
||||
badge={{ icon: <ListIcon />, color: 'blue' }}
|
||||
badge={{ icon: <ListIcon />, color: 'green' }}
|
||||
/>
|
||||
<TablePageTemplate
|
||||
columns={pageConfig.columns}
|
||||
|
||||
Reference in New Issue
Block a user