diff --git a/web/repertory/lib/screens/add_mount_screen.dart b/web/repertory/lib/screens/add_mount_screen.dart index 0da6e798..ed0688c4 100644 --- a/web/repertory/lib/screens/add_mount_screen.dart +++ b/web/repertory/lib/screens/add_mount_screen.dart @@ -194,7 +194,7 @@ class _AddMountScreenState extends State { setState(() { _mountType = mountType; _mountNameController.text = - (mountType == "Sia" && _mountNameController.text.isEmpty) + (mountType == 'Sia' && _mountNameController.text.isEmpty) ? 'default' : '';