Skip to content

Commit 430237c

Browse files
committed
fix: demo api list
1 parent 1921427 commit 430237c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

demo/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ class ComponentDemo extends ApiDemoPage {
151151

152152
_apiListTemplate() {
153153
return [
154-
['streetlights', 'streetlights'],
154+
['demo-api', 'Demo API'],
155155
['multi-server', 'Multiple servers'],
156156
['google-drive-api', 'Google Drive'],
157157
['appian-api', 'Appian API'],
@@ -166,6 +166,7 @@ class ComponentDemo extends ApiDemoPage {
166166
['APIC-560', 'APIC-560'],
167167
['APIC-650', 'APIC-650'],
168168
['multiple-messages', 'multiple-messages'],
169+
['streetlights', 'streetlights'],
169170
].map(([file, label]) => html`
170171
<anypoint-item data-src="${file}-compact.json">${label} - compact model</anypoint-item>
171172
<anypoint-item data-src="${file}.json">${label}</anypoint-item>

0 commit comments

Comments
 (0)