From 142a51bb71a8ff922943be79fae3cc57ebe9d1ad Mon Sep 17 00:00:00 2001 From: Tiffany Little Date: Wed, 28 Dec 2022 09:44:26 -0500 Subject: [PATCH] LP1995418 Shelving location selector won't dropdown Signed-off-by: Tiffany Little Signed-off-by: Jane Sandberg --- .../app/share/item-location-select/item-location-select.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.0