updated text in select cost senter

This commit is contained in:
jfrye122
2023-05-05 10:54:52 -04:00
parent ff6c83c46d
commit 9e6bd25280

View File

@@ -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)}