Added invoice number checkingBOD-411

This commit is contained in:
Patrick Fic
2020-09-29 14:40:39 -07:00
parent c222e027dd
commit 456ec10942
7 changed files with 82 additions and 1 deletions

View File

@@ -33,6 +33,8 @@ const JobSearchSelect = ({ value, onChange, onBlur, disabled }, ref) => {
useEffect(() => {
if (value === option && value) {
console.log("Calling");
console.log("value, option :>> ", value, option);
callIdSearch({ variables: { id: value } });
}
}, [value, option, callIdSearch]);