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

This commit is contained in:
Scott E. Graves 2025-03-15 22:50:33 -05:00
parent ca8de7f87d
commit cd9ad1e322

View File

@ -115,6 +115,11 @@ class MountList with ChangeNotifier {
await constants.navigatorKey.currentState?.pushReplacementNamed('/');
}
displayErrorMessage(
constants.navigatorKey.currentContext!,
'Mount removed externally. Reloading...',
);
_mountList = [];
notifyListeners();