Create management portal in Flutter #39
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
This commit is contained in:
parent
71789f6cdb
commit
dc817797f3
@ -194,7 +194,7 @@ class _AddMountScreenState extends State<AddMountScreen> {
|
||||
setState(() {
|
||||
_mountType = mountType;
|
||||
_mountNameController.text =
|
||||
(mountType == "Sia" && _mountNameController.text.isEmpty)
|
||||
(mountType == 'Sia' && _mountNameController.text.isEmpty)
|
||||
? 'default'
|
||||
: '';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user