Skip to content

Commit e2e04a8

Browse files
Copilothotlong
andcommitted
Add kitchen_sink object to Analytics app navigation to fix test failure
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 5941342 commit e2e04a8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

examples/kitchen-sink/objectstack.config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ export default defineStack({
1414
label: 'Analytics',
1515
icon: 'bar-chart-2',
1616
navigation: [
17+
{
18+
id: 'nav_kitchen_sink',
19+
type: 'object',
20+
objectName: 'kitchen_sink',
21+
label: 'Kitchen Sink'
22+
},
1723
{
1824
id: 'nav_dash',
1925
type: 'dashboard',

0 commit comments

Comments
 (0)