Create management portal in Flutter #39
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
Scott E. Graves 2025-03-14 18:57:33 -05:00
parent 71789f6cdb
commit dc817797f3

View File

@ -194,7 +194,7 @@ class _AddMountScreenState extends State<AddMountScreen> {
setState(() { setState(() {
_mountType = mountType; _mountType = mountType;
_mountNameController.text = _mountNameController.text =
(mountType == "Sia" && _mountNameController.text.isEmpty) (mountType == 'Sia' && _mountNameController.text.isEmpty)
? 'default' ? 'default'
: ''; : '';