Skip to content

Commit

Permalink
Corrected MetadataQueryView code under ContentExplorer
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-in-a-box committed Nov 15, 2024
1 parent bea0019 commit ea9402d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/guides/embed/ui-elements/explorer.md
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ function App() {
// Define metadata source
// Example: enterprise_123456789.metadatatemplate
const metadataSource = `metadata.enterprise_${EID}.${templateName}`;
const metadataSource = `enterprise_${EID}.${templateName}`;
const metadataQuery = {
from: metadataSource,
Expand Down

0 comments on commit ea9402d

Please sign in to comment.