fix pagination error from detail pagination

This commit is contained in:
Yuri Kuznetsov
2024-03-18 16:26:51 +02:00
parent 3ec0fe1e03
commit 2d264eccb7
+1 -1
View File
@@ -1994,7 +1994,7 @@ class ListRecordView extends View {
});
}
if (this.pagination && this.$el.find('> .list').length) {
if (this.pagination && this.$el.find('.list-buttons-container').length) {
this.initStickyBar();
}
}