diff --git a/web/repertory/lib/screens/add_mount_screen.dart b/web/repertory/lib/screens/add_mount_screen.dart index f88c87a2..1121d03f 100644 --- a/web/repertory/lib/screens/add_mount_screen.dart +++ b/web/repertory/lib/screens/add_mount_screen.dart @@ -126,7 +126,6 @@ class _AddMountScreenState extends State { _mountNameController.text, _settings[_mountType]!, ); - Navigator.pop(context); }, label: const Text('Add'),