Update Text Displayed on Job Id Search Dropdown

This commit is contained in:
jfrye122
2023-06-02 16:21:58 -04:00
parent 1e5dac9332
commit c27eb29b63

View File

@@ -131,7 +131,7 @@ export function JobIdSearchSelect(
maxHeight={300}
labelField="label"
valueField="value"
placeholder={!isFocus ? "Job Id to Post Against" : "..."}
placeholder={!isFocus ? "RO #" : "..."}
searchPlaceholder="Search..."
onFocus={() => setIsFocus(true)}
onBlur={() => setIsFocus(false)}