From 301b2790002d0040f8fd021efbc3f3183df57f8c Mon Sep 17 00:00:00 2001 From: Tsu-ba-me Date: Thu, 2 Mar 2023 16:28:22 -0500 Subject: [PATCH] fix(striker-ui): show UPS type as required --- striker-ui/components/ManageUps/AddUpsInputGroup.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/striker-ui/components/ManageUps/AddUpsInputGroup.tsx b/striker-ui/components/ManageUps/AddUpsInputGroup.tsx index 2aa5bf51..a81a4e2f 100644 --- a/striker-ui/components/ManageUps/AddUpsInputGroup.tsx +++ b/striker-ui/components/ManageUps/AddUpsInputGroup.tsx @@ -82,6 +82,7 @@ const AddUpsInputGroup: FC = ({ setInputUpsTypeIdValue(newValue); }} + required selectItems={upsTypeOptions} selectProps={{ onClearIndicatorClick: () => {