diff --git a/horilla_views/views.py b/horilla_views/views.py index 0c6f086c7..91624c8fd 100644 --- a/horilla_views/views.py +++ b/horilla_views/views.py @@ -382,6 +382,8 @@ class HorillaDeleteConfirmationView(View): ), ] records_per_page = 5 + filter_selected = False + quick_export = False selected_instances_key_id = "storedIds" + app_label