Skip to content

Commit 2be9d6e

Browse files
committed
fix: enable ID links in ocotillo component
1 parent 6451259 commit 2be9d6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/resources/ocotillo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ let things: {
213213
show: '/ocotillo/thing-id-link/show/:id',
214214
create: '/ocotillo/thing-id-link/create',
215215
meta: {
216-
disabled: true,
216+
disabled: false,
217217
label: 'ID links',
218218
icon: <Link />,
219219
},

0 commit comments

Comments
 (0)