feat: Edit campaigns (#2230)

* add edit campaign component
This commit is contained in:
Muhsin Keloth
2021-05-10 12:40:48 +05:30
committed by GitHub
parent 7f6abdc987
commit db31bfcee4
10 changed files with 321 additions and 11 deletions

View File

@@ -42,6 +42,14 @@
"ERROR_MESSAGE": "There was an error. Please try again."
}
},
"EDIT": {
"TITLE": "Edit campaign",
"UPDATE_BUTTON_TEXT": "Update",
"API": {
"SUCCESS_MESSAGE": "Campaign updated successfully",
"ERROR_MESSAGE": "There was an error, please try again"
}
},
"LIST": {
"LOADING_MESSAGE": "Loading campaigns...",
"TABLE_HEADER": {