idesa oclumn for priamry keywrod and drafts page errro fix
This commit is contained in:
@@ -87,6 +87,7 @@ export default function Ideas() {
|
||||
description: '',
|
||||
content_structure: 'article',
|
||||
content_type: 'post',
|
||||
primary_focus_keywords: '',
|
||||
target_keywords: '',
|
||||
keyword_cluster_id: null,
|
||||
status: 'new',
|
||||
@@ -407,6 +408,7 @@ export default function Ideas() {
|
||||
description: '',
|
||||
content_structure: 'article',
|
||||
content_type: 'post',
|
||||
primary_focus_keywords: '',
|
||||
target_keywords: '',
|
||||
keyword_cluster_id: null,
|
||||
status: 'new',
|
||||
@@ -486,6 +488,7 @@ export default function Ideas() {
|
||||
description: row.description || '',
|
||||
content_structure: row.content_structure || 'article',
|
||||
content_type: row.content_type || 'post',
|
||||
primary_focus_keywords: row.primary_focus_keywords || '',
|
||||
target_keywords: row.target_keywords || '',
|
||||
keyword_cluster_id: row.keyword_cluster_id || null,
|
||||
status: row.status || 'new',
|
||||
|
||||
Reference in New Issue
Block a user