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 3cafe38 commit 8019121Copy full SHA for 8019121
examples/astro/previews/example-app/src/components/TemplateHierarchyInfo.astro
@@ -9,7 +9,7 @@ if (!template) {
9
<aside class="template-hierarchy-info">
10
<section>
11
<strong>databaseId:</strong>
12
- <code>{template.databaseId}</code>
+ <code>{template.databaseId || "None"}</code>
13
</section>
14
15
<strong>URI:</strong>
0 commit comments