We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 936ce25 commit 88daed1Copy full SHA for 88daed1
util/helper-functions.ts
@@ -49,7 +49,7 @@ export function prepareNodes(flow: any) {
49
lastNameNode.attributes.required = true
50
}
51
52
- let filteredNodes = flow.ui.nodes.filter((node: any) => !node.attributes?.name.startsWith("metadata"));
+ let filteredNodes = flow.ui.nodes.filter((node: any) => !node.attributes?.name?.startsWith("metadata"));
53
54
const providerId = flow.identity?.metadata_public?.registration_scope?.provider_id;
55
if (["microsoft", "google"].includes(providerId)) {
0 commit comments