This commit is contained in:
2025-03-23 16:19:10 +02:00
parent f748b1b749
commit 207f3b842d

View File

@@ -97,7 +97,7 @@ class AstromicFormController extends FormController {
/// Get the value of a hosted state variable using it's ID. /// Get the value of a hosted state variable using it's ID.
T? getValue<T>(String id) { T? getValue<T>(String id) {
prepareValue(id, false); prepareValue(id, false);
return _hostedValues[id]?.$1; return _hostedValues[id]?.$1.$1;
} }
@override @override