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(
|
: Mount(
|
||||||
MountConfig(
|
MountConfig(
|
||||||
name: _mountNameController.text,
|
name: _mountNameController.text,
|
||||||
settings: _settings[_mountType],
|
settings: _settings[mountType],
|
||||||
type: _mountType,
|
type: mountType,
|
||||||
),
|
),
|
||||||
isAdd: true,
|
isAdd: true,
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user