Create management portal in Flutter #39

This commit is contained in:
Scott E. Graves 2025-03-06 11:58:18 -06:00
parent b4fd093e7c
commit d2065af398

View File

@ -131,8 +131,8 @@ class _AddMountScreenState extends State<AddMountScreen> {
: Mount(
MountConfig(
name: _mountNameController.text,
settings: _settings[_mountType],
type: _mountType,
settings: _settings[mountType],
type: mountType,
),
isAdd: true,
);