Select article type vy default is mobile

This commit is contained in:
Fransolet Thomas 2022-10-19 17:19:35 +02:00
parent 7306373277
commit 375e874c0b

View File

@ -14,6 +14,7 @@ void showNewSection(String configurationId, AppContext appContext, BuildContext
sectionDTO.isSubSection = isSubSection;
sectionDTO.parentId = isSubSection ? appContext.getContext().selectedSection.id : null;
Size size = MediaQuery.of(contextBuild).size;
sectionDTO.type = isMobile ? SectionType.article : SectionType.map;
showDialog(
builder: (BuildContext context) => AlertDialog(