Commit 973981ac authored by 5Amogh's avatar 5Amogh
Browse files

Issue #RRHE-52 fix:Status filter deselection of all values case

Showing with 1 addition and 1 deletion
+1 -1
......@@ -592,7 +592,7 @@ export class DatasetsComponent implements OnInit, OnDestroy {
}else{
this.configuredFilters[reference[0]] = value[0] as number -1;
}
}else{
}else if($event.data.length){
this.configuredFilters[reference[0]] = value[0]
}
}
......
Supports Markdown
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