refactor-migration again

This commit is contained in:
IGNY8 VPS (Salman)
2025-11-26 15:12:14 +00:00
parent 2ef98b5113
commit f88aae78b1
23 changed files with 942 additions and 211 deletions

View File

@@ -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',