Skip to content

v3.0.17

Latest

Choose a tag to compare

@petr6 petr6 released this 10 Jul 09:27
· 2 commits to master since this release
v3.0.17
1d5f78c

fix(addError): guard mutation-selector click against null.

Forms.addError no longer throws TypeError: Cannot read properties of null (reading 'click') on admin forms without a __MUTATION_SELECTOR (producer detail, product/new, product/edit, change-item-supplier). Fixes monitor#544 (dup of monitor#493, monitor#477).