From: Tiffany Little Date: Wed, 28 Dec 2022 14:44:26 +0000 (-0500) Subject: LP1995418 Shelving location selector won't dropdown X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=a6af239ca04410d22e841e7da831482679d632ea;p=evergreen%2Fpines.git LP1995418 Shelving location selector won't dropdown Signed-off-by: Tiffany Little --- diff --git a/Open-ILS/src/eg2/src/app/share/item-location-select/item-location-select.component.ts b/Open-ILS/src/eg2/src/app/share/item-location-select/item-location-select.component.ts index e4836fd0d3..809043e0a1 100644 --- a/Open-ILS/src/eg2/src/app/share/item-location-select/item-location-select.component.ts +++ b/Open-ILS/src/eg2/src/app/share/item-location-select/item-location-select.component.ts @@ -69,7 +69,7 @@ export class ItemLocationSelectComponent ItemLocationSelectComponent.domIdAuto++; // If false, selector will be click-able - @Input() loadAsync = true; + @Input() loadAsync = false; @Input() disabled = false;