updated text in select cost senter
This commit is contained in:
@@ -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)}
|
||||
|
||||
Reference in New Issue
Block a user