Add comment to save order section list

This commit is contained in:
Thomas Fransolet 2021-05-29 15:35:42 +02:00
parent dbe395535e
commit 28030af17d

View File

@ -47,8 +47,9 @@ class _SectionReorderListState extends State<SectionReorderList> {
i++; i++;
}); });
//widget.onChanged(sections);
// TODO SAVE SECTION ALSO WHEN SAVE CONFIG // TODO SAVE SECTION ALSO WHEN SAVE CONFIG
// TODO call method in service (create new)
// List of {section.id, section.order}
}, },
); );
} }