Showing active/inactive instead of 0/1 in case status filter applied

This commit is contained in:
sanjeev 2022-09-13 11:47:50 +05:30
parent 12389dc64c
commit 63e2f96717
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
}
});
},