mpre ui fixes
This commit is contained in:
@@ -59,7 +59,7 @@ export function createApprovedPageConfig(params: {
|
||||
const columns: ColumnConfig[] = [
|
||||
{
|
||||
key: 'title',
|
||||
label: 'Title',
|
||||
label: 'Content Idea Title',
|
||||
sortable: true,
|
||||
sortField: 'title',
|
||||
render: (value: string, row: Content) => (
|
||||
@@ -92,7 +92,7 @@ export function createApprovedPageConfig(params: {
|
||||
},
|
||||
{
|
||||
key: 'wordpress_status',
|
||||
label: 'Site Status',
|
||||
label: 'Site Content Status',
|
||||
sortable: false,
|
||||
width: '120px',
|
||||
render: (_value: any, row: Content) => {
|
||||
|
||||
Reference in New Issue
Block a user