mpre ui fixes
This commit is contained in:
@@ -97,6 +97,7 @@ export const createContentPageConfig = (
|
||||
columns: [
|
||||
{
|
||||
...titleColumn,
|
||||
label: 'Content Idea Title',
|
||||
sortable: true,
|
||||
sortField: 'title',
|
||||
render: (value: string, row: Content) => (
|
||||
@@ -385,7 +386,7 @@ export const createContentPageConfig = (
|
||||
// Optional columns - hidden by default
|
||||
{
|
||||
key: 'updated_at',
|
||||
label: 'Updated',
|
||||
label: 'Modified',
|
||||
sortable: true,
|
||||
sortField: 'updated_at',
|
||||
defaultVisible: false,
|
||||
|
||||
Reference in New Issue
Block a user