mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 17:43:47 +00:00
refactor: move campaign editing from modal to separate page
- Create AdminCampaignEdit page for editing campaigns - Remove CampaignModal from AdminCampaigns - Use centralized icons (CampaignIcon, ChartIcon added) - Add route /admin/campaigns/:id/edit - Add localization keys for loadError and updateError
This commit is contained in:
@@ -1489,7 +1489,9 @@
|
||||
"deleteText": "This action cannot be undone. Campaigns with registrations cannot be deleted.",
|
||||
"cancel": "Cancel",
|
||||
"delete": "Delete"
|
||||
}
|
||||
},
|
||||
"loadError": "Failed to load campaign",
|
||||
"updateError": "Failed to save changes"
|
||||
},
|
||||
"promocodes": {
|
||||
"title": "Promo Codes",
|
||||
|
||||
Reference in New Issue
Block a user