Skip to content

Commit 508e89d

Browse files
Remove required attribute for patients list in patient form
1 parent b79f4e6 commit 508e89d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ndb_rest_api/lib/ndb_rest_api_web/controllers/patient_html.ex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ defmodule NdbRestApiWeb.PatientHTML do
77
Renders a patient form.
88
"""
99
attr :changeset, Ecto.Changeset, required: true
10-
# attr :patients, :list, required: true
1110
attr :genders, :list, required: true
1211
attr :action, :string, required: true
1312

0 commit comments

Comments
 (0)