change access to upper case

This commit is contained in:
2024-08-15 14:02:12 +02:00
parent 2de27ef385
commit 57c0661112

View File

@@ -28,7 +28,7 @@ class _BuildPatientsListState extends State<BuildAccessRequestList> {
String subtitle = "";
subtitle += "Requestor: ${widget.accessRequests[index].Name}\n";
subtitle += "Business Type: ${widget.accessRequests[index].type}\n";
subtitle += "Access: ${widget.accessRequests[index].access}";
subtitle += "Access: ${widget.accessRequests[index].access.toUpperCase()}";
return ListTile(
title: Text(