Custom add and create flow polish
This commit is contained in:
@@ -153,7 +153,11 @@ export function buildPublishPayload(
|
||||
const methodSelections = buildMethodSelectionsForDocument(state);
|
||||
|
||||
if (hasAnyMethodSelection(methodSelections)) {
|
||||
sections = replaceMethodSectionsWithMethodSelections(sections, methodSelections);
|
||||
sections = replaceMethodSectionsWithMethodSelections(
|
||||
sections,
|
||||
methodSelections,
|
||||
state.customMethodCardFieldBlocksById,
|
||||
);
|
||||
}
|
||||
|
||||
const document: Record<string, unknown> = { sections, coreValues };
|
||||
|
||||
Reference in New Issue
Block a user