keywrods status fixes
This commit is contained in:
@@ -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' },
|
||||
],
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user