Fix note and file size and loading indicator
This commit is contained in:
@@ -168,7 +168,7 @@ class _PatientManagerState extends State<PatientManager> {
|
||||
width: 3.0),
|
||||
),
|
||||
child: const Center(
|
||||
child: Center(child: CircularProgressIndicator()),
|
||||
child: CircularProgressIndicator(),
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user