refactor-migration again
This commit is contained in:
@@ -265,8 +265,8 @@ export default function Ideas() {
|
||||
setFormData({
|
||||
idea_title: '',
|
||||
description: '',
|
||||
content_structure: 'blog_post',
|
||||
content_type: 'blog_post',
|
||||
content_structure: 'article',
|
||||
content_type: 'post',
|
||||
target_keywords: '',
|
||||
keyword_cluster_id: null,
|
||||
status: 'new',
|
||||
@@ -343,7 +343,7 @@ export default function Ideas() {
|
||||
onEdit={(row) => {
|
||||
setEditingIdea(row);
|
||||
setFormData({
|
||||
idea_title: row.idea_title || '',
|
||||
idea_title: row.idea_title,
|
||||
description: row.description || '',
|
||||
content_structure: row.content_structure || 'article',
|
||||
content_type: row.content_type || 'post',
|
||||
|
||||
Reference in New Issue
Block a user