Create Community stage implemented

This commit is contained in:
adilallo
2026-04-14 09:22:03 -06:00
parent a0de78c020
commit f8255bc2c7
73 changed files with 1105 additions and 392 deletions
+1 -5
View File
@@ -59,11 +59,7 @@ export function buildPublishPayload(
return undefined;
};
let summary = firstNonEmpty(
state.summary,
state.communityContext,
state.communityReflection,
);
let summary = firstNonEmpty(state.summary, state.communityContext);
let sections = parseSectionsFromCreateFlowState(state);
if (sections.length === 0) {