Skip to content

Commit 25198ed

Browse files
committed
triv: enable sticky by default
1 parent 28b70f1 commit 25198ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/django_smartbase_admin/engine/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ class SBAdminRoleConfiguration(metaclass=Singleton):
192192
# ``plugins/base.py`` for the protocol. Each plugin hook is expected
193193
# to self-guard based on admin config (e.g. ``sbadmin_nested``).
194194
plugins: list = []
195-
default_list_sticky_header_and_footer = False
195+
default_list_sticky_header_and_footer = True
196196

197197
def __init__(
198198
self,

0 commit comments

Comments
 (0)