mirror of
https://github.com/MaidFoundation/maid.git
synced 2023-12-01 22:17:36 +03:00
fix remote model
This commit is contained in:
@@ -51,7 +51,7 @@ class _RemoteDropdownState extends State<RemoteDropdown> {
|
||||
dropdownMenuEntries: dropdownEntries,
|
||||
onSelected: (String? value) {
|
||||
if (value != null) {
|
||||
Provider.of<Model>(context, listen: false).parameters["remote_model"] = value;
|
||||
Provider.of<Model>(context, listen: false).setParameter("remote_model", value);
|
||||
}
|
||||
},
|
||||
width: 200,
|
||||
|
||||
Reference in New Issue
Block a user