After upgrading to version 9.1.3, the frontend lead list page started throwing an error.
When I revert the espo-main.js file to the previous version, the error disappears.
Uncaught (in promise) TypeError: Cannot read properties of null (reading 'classList')
at r.handleSearchType (espo-main.js:17720:30)
at r.afterRender (espo-main.js:17727:14)
at r._afterRender (bullbone.js:1389:18)
at s._afterRender (bullbone.js:1385:32)
at o._afterRender (bullbone.js:1385:32)
at o._afterRender (bullbone.js:1385:32)
at bullbone.js:1241:30
at bullbone.js:1808:29
at o (bullbone.js:2899:17)
at A.getTemplate (bullbone.js:2904:17)

When I revert the espo-main.js file to the previous version, the error disappears.
Uncaught (in promise) TypeError: Cannot read properties of null (reading 'classList')
at r.handleSearchType (espo-main.js:17720:30)
at r.afterRender (espo-main.js:17727:14)
at r._afterRender (bullbone.js:1389:18)
at s._afterRender (bullbone.js:1385:32)
at o._afterRender (bullbone.js:1385:32)
at o._afterRender (bullbone.js:1385:32)
at bullbone.js:1241:30
at bullbone.js:1808:29
at o (bullbone.js:2899:17)
at A.getTemplate (bullbone.js:2904:17)
Comment