Create management portal in Flutter #39
This commit is contained in:
parent
b4fd093e7c
commit
d2065af398
@ -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,
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user