Schedules
This commit is contained in:
parent
0c362e5ee1
commit
679e3ee6bb
|
|
@ -96,8 +96,9 @@ class _ScheduleEditState extends State<ScheduleEdit> {
|
|||
viewModel.onSavePressed(context);
|
||||
},
|
||||
body: Form(
|
||||
key: _formKey,
|
||||
child: Builder(builder: (BuildContext context) {
|
||||
key: _formKey,
|
||||
child: Builder(
|
||||
builder: (BuildContext context) {
|
||||
return ScrollableListView(
|
||||
children: <Widget>[
|
||||
FormCard(
|
||||
|
|
@ -239,7 +240,9 @@ class _ScheduleEditState extends State<ScheduleEdit> {
|
|||
)
|
||||
],
|
||||
);
|
||||
})),
|
||||
},
|
||||
),
|
||||
),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue