change email template order
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
"oneOff": "Check if you are going to use this template only once. E.g. for Mass Email."
|
||||
},
|
||||
"presetFilters": {
|
||||
"actual": "Actual"
|
||||
"actual": "Active"
|
||||
},
|
||||
"placeholderTexts": {
|
||||
"today": "Today's date",
|
||||
|
||||
@@ -86,8 +86,8 @@
|
||||
}
|
||||
},
|
||||
"collection": {
|
||||
"orderBy": "createdAt",
|
||||
"order": "desc",
|
||||
"orderBy": "name",
|
||||
"order": "asc",
|
||||
"textFilterFields": ["name"]
|
||||
},
|
||||
"optimisticConcurrencyControl": true
|
||||
|
||||
Reference in New Issue
Block a user