[learn-example][m] - add facets to catalog component (#841)

This commit is contained in:
Luccas Mateus
2023-05-04 07:39:59 -03:00
committed by GitHub
parent a0620f9255
commit 94a3c2a5f0
5 changed files with 117 additions and 21 deletions

View File

@@ -91,7 +91,7 @@ const parse = async function (source, format, scope) {
],
format,
},
scope: { ...scope, ...data},
scope,
}
);