Schedules

This commit is contained in:
Hillel Coren 2023-02-16 14:46:46 +02:00
parent c5cca49132
commit 0c362e5ee1
1 changed files with 64 additions and 63 deletions

View File

@ -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,