fix error

This commit is contained in:
Yuri Kuznetsov
2025-06-26 20:26:21 +03:00
parent 7cb9faed13
commit 6260ccbc3c
+3 -1
View File
@@ -830,7 +830,9 @@ class ListWithCategories extends ListView {
* @protected
*/
updateHeader() {
this.getView('header').reRender();
if (this.getView('header')) {
this.getView('header').reRender();
}
}
/**