Merge pull request #6710 from papnoisanjeev/status-filter-enhancement

Showing Active/Inactive instead of 0/1 in case status filter applied.  #6705
This commit is contained in:
Jitendra Singh 2022-09-13 15:21:39 +05:30 committed by GitHub
commit d6d137fdd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
{
"/js/ui.js": "/js/ui.js?id=c205c15cc83b8bb70232",
"/js/ui.js": "/js/ui.js?id=3aeb5916956a19f3e02f",
"/css/ui.css": "/css/ui.css?id=933372010d246f94f931"
}

View File

@ -603,7 +603,8 @@ export default {
response: isEncoded
? encodeURIComponent(this.types[type].value)
: this.types[type].value,
label
label,
type
}
});
},