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