WIP: some changes
This commit is contained in:
parent
3f7bb03fab
commit
294fe2ffa2
|
@ -12,9 +12,6 @@ class AboutPropertyModel extends FlutterFlowModel<AboutPropertyPage> {
|
|||
|
||||
VoidCallback? safeSetState;
|
||||
|
||||
final GlobalKey<FormState> registerFormKey = GlobalKey<FormState>();
|
||||
final GlobalKey<FormState> updateFormKey = GlobalKey<FormState>();
|
||||
|
||||
late MenuComponentModel menuComponentModel;
|
||||
|
||||
Future<void> initAsync() async {
|
||||
|
|
|
@ -15,9 +15,6 @@ class VehicleModel extends FlutterFlowModel<VehicleOnTheProperty> {
|
|||
|
||||
dynamic item;
|
||||
|
||||
final GlobalKey<FormState> registerFormKey = GlobalKey<FormState>();
|
||||
final GlobalKey<FormState> updateFormKey = GlobalKey<FormState>();
|
||||
|
||||
@override
|
||||
void initState(BuildContext context) {
|
||||
resetInstance();
|
||||
|
|
Loading…
Reference in New Issue