From 9e6bd25280a38ec656dbb8beeef2885754b9e84a Mon Sep 17 00:00:00 2001 From: jfrye122 Date: Fri, 5 May 2023 10:54:52 -0400 Subject: [PATCH] updated text in select cost senter --- components/Selects/select-cost-center.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Selects/select-cost-center.jsx b/components/Selects/select-cost-center.jsx index 5cadda3..8ab6f15 100644 --- a/components/Selects/select-cost-center.jsx +++ b/components/Selects/select-cost-center.jsx @@ -59,7 +59,7 @@ export function SelectCostCenter(props) { maxHeight={300} labelField="label" valueField="value" - placeholder={!isFocus ? "Select item" : "..."} + placeholder={!isFocus ? "Select Cost Center" : "..."} searchPlaceholder="Search..." value={value} onFocus={() => setIsFocus(true)}