Skip to content

Commit ea9402d

Browse files
committed
Corrected MetadataQueryView code under ContentExplorer
1 parent bea0019 commit ea9402d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/embed/ui-elements/explorer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ function App() {
352352
353353
// Define metadata source
354354
// Example: enterprise_123456789.metadatatemplate
355-
const metadataSource = `metadata.enterprise_${EID}.${templateName}`;
355+
const metadataSource = `enterprise_${EID}.${templateName}`;
356356
357357
const metadataQuery = {
358358
from: metadataSource,

0 commit comments

Comments
 (0)