mount fixes
Some checks are pending
BlockStorage/repertory/pipeline/head Build queued...

This commit is contained in:
Scott E. Graves 2025-03-14 20:46:30 -05:00
parent 7dd56cf715
commit ce814e96a6

View File

@ -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'),
); );