This patch fixes following;
*) Empty fields error messages *) Removes onChange validations VAN-204
This commit is contained in:
@@ -20,3 +20,7 @@ export default function initializeMockLogging() {
|
||||
|
||||
return { loggingService };
|
||||
}
|
||||
|
||||
window.scrollTo = (x, y) => {
|
||||
document.documentElement.scrollTop = y;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user