Skip to content

Commit

Permalink
Switched default display type to doses
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikNoga committed Jun 25, 2024
1 parent 3e0c4af commit 450f56a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
vm.currentlySelectedWardName = undefined;
vm.PACKS_DISPLAY_TYPE = 'packs';
vm.DOSES_DISPLAY_TYPE = 'doses';
vm.activeDisplayType = vm.PACKS_DISPLAY_TYPE;
vm.activeDisplayType = vm.DOSES_DISPLAY_TYPE;

/**
* @ngdoc property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@
* @description
* Based on this the units are displayed
*/
vm.activeDisplayType = vm.PACKS_DISPLAY_TYPE;
vm.activeDisplayType = vm.DOSES_DISPLAY_TYPE;

/**
* @ngdoc method
Expand Down

0 comments on commit 450f56a

Please sign in to comment.