Create management portal in Flutter #39
This commit is contained in:
@@ -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(),
|
||||
|
Reference in New Issue
Block a user