Commit 319982f9 authored by ari_darmawan's avatar ari_darmawan

filter resolve team pic

parent 1e8daa0f
......@@ -146,7 +146,7 @@ export class AdminTicketComponent implements OnInit {
this.FilterStatusDropDown = [
{
ID : "assigned,escalated_ttr,resolved",
ID : "0",
Name : "All Status"
},
{
......@@ -163,7 +163,7 @@ export class AdminTicketComponent implements OnInit {
}
]
this.KeyFilterStatus = "assigned,escalated_ttr,resolved";
this.KeyFilterStatus = "0";
}else{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment