Skip to content

Commit

Permalink
OAM-126: correct docs
Browse files Browse the repository at this point in the history
  • Loading branch information
olewandowski1 committed May 9, 2024
1 parent e06579b commit fc6900b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/admin-lot-list/lot-list.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,10 @@
* @ngdoc property
* @propertyOf admin-lot-list.controller:LotListController
* @name showQuarantined
* @type {Boolean}
* @type {String}
*
* @description
* Flag to show quarantined lots
* When set to true, quarantined lots are visible
* When set to false, quarantined lots are not visible
* Indicates if quarantined lots should be visible
*/
vm.showQuarantined = undefined;

Expand Down

0 comments on commit fc6900b

Please sign in to comment.