updated text in select cost senter
This commit is contained in:
@@ -59,7 +59,7 @@ export function SelectCostCenter(props) {
|
|||||||
maxHeight={300}
|
maxHeight={300}
|
||||||
labelField="label"
|
labelField="label"
|
||||||
valueField="value"
|
valueField="value"
|
||||||
placeholder={!isFocus ? "Select item" : "..."}
|
placeholder={!isFocus ? "Select Cost Center" : "..."}
|
||||||
searchPlaceholder="Search..."
|
searchPlaceholder="Search..."
|
||||||
value={value}
|
value={value}
|
||||||
onFocus={() => setIsFocus(true)}
|
onFocus={() => setIsFocus(true)}
|
||||||
|
|||||||
Reference in New Issue
Block a user