diff --git a/lib/Screens/Configurations/section_reorderList.dart b/lib/Screens/Configurations/section_reorderList.dart index 4523219..69603a6 100644 --- a/lib/Screens/Configurations/section_reorderList.dart +++ b/lib/Screens/Configurations/section_reorderList.dart @@ -47,8 +47,9 @@ class _SectionReorderListState extends State { i++; }); - //widget.onChanged(sections); // TODO SAVE SECTION ALSO WHEN SAVE CONFIG + // TODO call method in service (create new) + // List of {section.id, section.order} }, ); }