From e9d65bb5669313d5b102e59a6233ddc01f2e29a3 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Tue, 4 Mar 2025 19:43:17 -0600 Subject: [PATCH] Create management portal in Flutter #39 --- web/repertory/lib/widgets/add_mount_widget.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/repertory/lib/widgets/add_mount_widget.dart b/web/repertory/lib/widgets/add_mount_widget.dart index 5d0d9beb..86b525a2 100644 --- a/web/repertory/lib/widgets/add_mount_widget.dart +++ b/web/repertory/lib/widgets/add_mount_widget.dart @@ -72,7 +72,7 @@ class _AddMountWidgetState extends State { ], ), const SizedBox(height: 10), - if (_mountType != "Encrypt") + if (_mountType != 'Encrypt') Text( 'Configuration Name', textAlign: TextAlign.left, @@ -81,7 +81,7 @@ class _AddMountWidgetState extends State { fontWeight: FontWeight.bold, ), ), - if (_mountType != "Encrypt") + if (_mountType != 'Encrypt') TextField( autofocus: true, decoration: InputDecoration(),