This patch fixes following;

*) Empty fields error messages
*) Removes onChange validations

VAN-204
This commit is contained in:
Adeel Khan
2020-12-25 00:01:50 +05:00
parent 605968c903
commit f696587533
6 changed files with 75 additions and 86 deletions

View File

@@ -20,3 +20,7 @@ export default function initializeMockLogging() {
return { loggingService };
}
window.scrollTo = (x, y) => {
document.documentElement.scrollTop = y;
};