Skip to content

Commit

Permalink
UI: Navigation filter: move patient id filter in to issuer of patient…
Browse files Browse the repository at this point in the history
… widget #4507
  • Loading branch information
shral committed Jun 4, 2024
1 parent dbf3599 commit 4a27d81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export class IssuerSelectorComponent implements OnInit {
selectorOpen:boolean = false;
filterModel = {};
maiInputValid:boolean = true;
viewLimit = 3;
viewLimit = 4;
constructor() { }

ngOnInit() {
Expand Down

0 comments on commit 4a27d81

Please sign in to comment.