Fix note and file size and loading indicator
This commit is contained in:
parent
a65081ef7f
commit
b13d8a96cf
4 changed files with 9 additions and 5 deletions
|
|
@ -168,7 +168,7 @@ class _PatientManagerState extends State<PatientManager> {
|
|||
width: 3.0),
|
||||
),
|
||||
child: const Center(
|
||||
child: Center(child: CircularProgressIndicator()),
|
||||
child: CircularProgressIndicator(),
|
||||
),
|
||||
),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue