fix(dashboard): campaign fixes (#9082)

**What**
- fix campaign dropdown placeholder
- fix create campaign broken modal

---

![Screenshot 2024-09-10 at 14 23 55](https://github.com/user-attachments/assets/279451ec-72f4-49be-8d70-d18bc87e7fc3)

---

FIXES CC-112
This commit is contained in:
Frane Polić
2024-09-10 13:21:06 +00:00
committed by GitHub
parent 3593bdfebe
commit 3e7d4ddcd5
3 changed files with 23 additions and 2 deletions
@@ -1714,7 +1714,11 @@
"campaign": {
"existing": {
"title": "Existing Campaign",
"description": "Add promotion to an existing campaign."
"description": "Add promotion to an existing campaign.",
"placeholder": {
"title": "No existing campaigns",
"desc": "You can create one to track multiple promotions and set budget limits."
}
},
"new": {
"title": "New Campaign",