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 bea0019 commit ea9402dCopy full SHA for ea9402d
content/guides/embed/ui-elements/explorer.md
@@ -352,7 +352,7 @@ function App() {
352
353
// Define metadata source
354
// Example: enterprise_123456789.metadatatemplate
355
- const metadataSource = `metadata.enterprise_${EID}.${templateName}`;
+ const metadataSource = `enterprise_${EID}.${templateName}`;
356
357
const metadataQuery = {
358
from: metadataSource,
0 commit comments