diff --git a/web/repertory/lib/models/mount_list.dart b/web/repertory/lib/models/mount_list.dart index 502642ac..219c9308 100644 --- a/web/repertory/lib/models/mount_list.dart +++ b/web/repertory/lib/models/mount_list.dart @@ -196,6 +196,6 @@ class MountList with ChangeNotifier { clear(); - return _fetch(); + Future.delayed(Duration(seconds: 1), _fetch); } }