The problem line is
https://github.com/magento/magento2/blob/2fc983463ca5ae4a78159674f65e3c7ad4a9beaf/lib/web/mage/backend/validation.js#L205
To fix the issue replace the problem line with the new one:
$('body').trigger('processStop');
The problem line is
https://github.com/magento/magento2/blob/2fc983463ca5ae4a78159674f65e3c7ad4a9beaf/lib/web/mage/backend/validation.js#L205
To fix the issue replace the problem line with the new one:
$('body').trigger('processStop');