keywrods status fixes

This commit is contained in:
IGNY8 VPS (Salman)
2025-12-03 05:56:41 +00:00
parent c9f082cb12
commit 23e628079b
5 changed files with 145 additions and 7 deletions

View File

@@ -36,9 +36,8 @@ export const bulkActionModalConfigs: Record<string, BulkActionModalConfig> = {
confirmText: 'Update Status',
itemNamePlural: 'keywords',
statusOptions: [
{ value: 'active', label: 'Active' },
{ value: 'pending', label: 'Pending' },
{ value: 'archived', label: 'Archived' },
{ value: 'new', label: 'New' },
{ value: 'mapped', label: 'Mapped' },
],
},
},
@@ -55,8 +54,8 @@ export const bulkActionModalConfigs: Record<string, BulkActionModalConfig> = {
confirmText: 'Update Status',
itemNamePlural: 'clusters',
statusOptions: [
{ value: 'active', label: 'Active' },
{ value: 'inactive', label: 'Inactive' },
{ value: 'new', label: 'New' },
{ value: 'mapped', label: 'Mapped' },
],
},
},
@@ -74,8 +73,8 @@ export const bulkActionModalConfigs: Record<string, BulkActionModalConfig> = {
itemNamePlural: 'ideas',
statusOptions: [
{ value: 'new', label: 'New' },
{ value: 'scheduled', label: 'Scheduled' },
{ value: 'published', label: 'Published' },
{ value: 'queued', label: 'Queued' },
{ value: 'completed', label: 'Completed' },
],
},
},