fx fix
This commit is contained in:
@@ -19,7 +19,7 @@ class OwnerField extends StatelessWidget {
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) => DropdownButtonFormField<String?>(
|
||||
value: value,
|
||||
initialValue: value,
|
||||
decoration: getInputDecoration(context, AppLocalizations.of(context)!.assetOwner, true),
|
||||
items: items,
|
||||
onChanged: onChanged,
|
||||
|
||||
Reference in New Issue
Block a user