reset on error
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
2025-03-15 13:17:54 -05:00
parent 532dd3c417
commit 196d721005
7 changed files with 99 additions and 13 deletions

View File

@ -219,6 +219,7 @@ class _AddMountScreenState extends State<AddMountScreen> {
settings: _settings[mountType],
type: mountType,
),
null,
isAdd: true,
);
});