Schedules
This commit is contained in:
parent
c5cca49132
commit
0c362e5ee1
|
|
@ -139,9 +139,7 @@ class _ScheduleEditState extends State<ScheduleEdit> {
|
|||
.toList()),
|
||||
],
|
||||
),
|
||||
FormCard(
|
||||
isLast: true,
|
||||
children: [
|
||||
FormCard(children: [
|
||||
DatePicker(
|
||||
labelText: localization.nextSendDate,
|
||||
onSelected: (date, _) {
|
||||
|
|
@ -204,7 +202,10 @@ class _ScheduleEditState extends State<ScheduleEdit> {
|
|||
viewModel.onChanged(schedule.rebuild(
|
||||
(b) => b..parameters.showPaymentsTable = value));
|
||||
}),
|
||||
SizedBox(height: 20),
|
||||
]),
|
||||
FormCard(
|
||||
isLast: true,
|
||||
children: [
|
||||
ClientPicker(
|
||||
key: ValueKey('__client_picker_${_clientClearedAt}__'),
|
||||
isRequired: false,
|
||||
|
|
|
|||
Loading…
Reference in New Issue