Schedules

This commit is contained in:
Hillel Coren 2023-02-16 17:10:35 +02:00
parent 8b5ce5d833
commit 4e4eaa4099
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@ class _ScheduleEditState extends State<ScheduleEdit> {
isLast: schedule.template.isEmpty,
children: <Widget>[
DecoratedFormField(
autofocus: true,
keyboardType: TextInputType.text,
controller: _nameController,
label: localization.name,