refactor
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
2025-03-14 20:38:21 -05:00
parent 79262ef862
commit 7dd56cf715
3 changed files with 88 additions and 11 deletions

View File

@ -181,7 +181,7 @@ class _AddMountScreenState extends State<AddMountScreen> {
Navigator.pop(context);
},
label: const Text('Add'),
icon: Icon(Icons.add),
icon: const Icon(Icons.add),
);
},
),