From 9841c3f29ca28784f1c300323fb65ba6d4411f9e Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Mon, 24 Mar 2025 11:59:06 -0500 Subject: [PATCH] refactor --- web/repertory/lib/widgets/mount_widget.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/web/repertory/lib/widgets/mount_widget.dart b/web/repertory/lib/widgets/mount_widget.dart index 3f19751e..966e0705 100644 --- a/web/repertory/lib/widgets/mount_widget.dart +++ b/web/repertory/lib/widgets/mount_widget.dart @@ -195,6 +195,7 @@ class _MountWidgetState extends State { (value) => setState(() => currentLocation = value), ) : DropdownButton( + hint: const Text("Select drive"), value: currentLocation, onChanged: (value) => setState(() => currentLocation = value),