add new param to mih dropdown
This commit is contained in:
parent
b71c996d9a
commit
64071ce4e6
14 changed files with 29 additions and 0 deletions
|
|
@ -138,6 +138,7 @@ class _PatientAccessRequestState extends State<Appointments> {
|
|||
dropdownOptions: const ["All", "Approved", "Pending", "Declined"],
|
||||
required: true,
|
||||
editable: true,
|
||||
enableSearch: false,
|
||||
),
|
||||
),
|
||||
const SizedBox(height: 10),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue