FIX: Add 'deleted' to the list of status filters (#7738)

This commit is contained in:
Roman Rizzi 2019-06-10 15:43:49 -03:00 committed by GitHub
parent bdfa55ee5d
commit ace6ce0462
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ export default Ember.Controller.extend({
"pending", "pending",
"approved", "approved",
"rejected", "rejected",
"deleted",
"ignored", "ignored",
"reviewed", "reviewed",
"all" "all"