Make the item clickable in the link details view

Closes #760.

Signed-off-by: Brian Homeyer <bhomeyer@gmail.com>
pull/853/head
bigbasec 2021-01-24 14:28:54 -05:00 committed by GitHub
parent d7a80f359b
commit f85635dc7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
<span slot="media" class="item-initial">{{(channel.label) ? channel.label[0] : (channelType.label) ? channelType.label[0] : '?'}}</span>
</f7-list-item>
<f7-list-item divider title="Item"></f7-list-item>
<item :item="item" :context="context" :no-state="true" />
<item :item="item" :context="context" :no-state="true" :link="'/settings/items/' + item.name" />
</ul>
</f7-list>
</f7-card-content>