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

This commit is contained in:
Scott E. Graves 2025-03-24 11:59:06 -05:00
parent b72baf2c65
commit 9841c3f29c

View File

@ -195,6 +195,7 @@ class _MountWidgetState extends State<MountWidget> {
(value) => setState(() => currentLocation = value), (value) => setState(() => currentLocation = value),
) )
: DropdownButton<String>( : DropdownButton<String>(
hint: const Text("Select drive"),
value: currentLocation, value: currentLocation,
onChanged: onChanged:
(value) => setState(() => currentLocation = value), (value) => setState(() => currentLocation = value),