This commit is contained in:
parent
7dd56cf715
commit
ce814e96a6
@ -125,7 +125,8 @@ class _MountWidgetState extends State<MountWidget> {
|
|||||||
RegExp(r'\s'),
|
RegExp(r'\s'),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
onChanged: null,
|
onChanged:
|
||||||
|
(value) => updatedValue = value,
|
||||||
),
|
),
|
||||||
title: const Text('Set Mount Location'),
|
title: const Text('Set Mount Location'),
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user