drop to 15 records per page

This commit is contained in:
James Greenwood
2025-11-17 14:37:33 +00:00
parent 50e9a9de3f
commit 2df603a074
4 changed files with 51 additions and 11 deletions

View File

@@ -6,7 +6,7 @@ defmodule ActionRequestsDemo.ActionRequests.ActionRequest do
Flop.Schema,
filterable: [:patient_name, :status, :assigned_user_id],
sortable: [:patient_name, :status, :inserted_at, :delivery_scheduled_at],
default_limit: 25
default_limit: 15
}
@primary_key {:id, :binary_id, autogenerate: true}