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