Create management portal in Flutter #39

This commit is contained in:
Scott E. Graves 2025-03-04 19:43:17 -06:00
parent 15f6b116cc
commit e9d65bb566

View File

@ -72,7 +72,7 @@ class _AddMountWidgetState extends State<AddMountWidget> {
],
),
const SizedBox(height: 10),
if (_mountType != "Encrypt")
if (_mountType != 'Encrypt')
Text(
'Configuration Name',
textAlign: TextAlign.left,
@ -81,7 +81,7 @@ class _AddMountWidgetState extends State<AddMountWidget> {
fontWeight: FontWeight.bold,
),
),
if (_mountType != "Encrypt")
if (_mountType != 'Encrypt')
TextField(
autofocus: true,
decoration: InputDecoration(),