Added QB like calculator field for numbers that can be used. Resolved issue for unsaved changes indicator BOD-245 BOD-220

This commit is contained in:
Patrick Fic
2020-08-03 15:50:55 -07:00
parent 8e681a806c
commit a722120351
12 changed files with 137 additions and 23 deletions

View File

@@ -11,7 +11,7 @@ const ContractStatusComponent = (
const { t } = useTranslation();
useEffect(() => {
if (onChange) {
if (value !== option && onChange) {
onChange(option);
}
}, [option, onChange]);