TF-1915 Add SendingState property to SendingEmail

(cherry picked from commit 678593583b598f3f06f2a838ce4cd788ed1de513)
This commit is contained in:
dab246
2023-06-08 15:16:55 +07:00
committed by Dat Vu
parent cada3c2607
commit d0888e9847
11 changed files with 157 additions and 14 deletions
+13 -1
View File
@@ -1,5 +1,5 @@
{
"@@last_modified": "2023-06-05T09:10:02.535366",
"@@last_modified": "2023-06-08T15:15:04.969556",
"initializing_data": "Initializing data...",
"@initializing_data": {
"type": "text",
@@ -2887,5 +2887,17 @@
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"delivering": "Delivering",
"@delivering": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"error": "Error",
"@error": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
}
}