Fixed job costing bugs. BOD-247
This commit is contained in:
@@ -9,7 +9,6 @@ const VendorSearchSelect = (
|
||||
{ value, onChange, options, onSelect, disabled, preferredMake },
|
||||
ref
|
||||
) => {
|
||||
console.log("preferredMake", preferredMake, options);
|
||||
const [option, setOption] = useState(value);
|
||||
|
||||
useEffect(() => {
|
||||
@@ -25,8 +24,6 @@ const VendorSearchSelect = (
|
||||
)
|
||||
: [];
|
||||
|
||||
console.log("favorites", favorites);
|
||||
|
||||
return (
|
||||
<Select
|
||||
ref={ref}
|
||||
|
||||
Reference in New Issue
Block a user