Skip to content

Commit

Permalink
Display number of tags on page edit
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
  • Loading branch information
florian-h05 committed Dec 5, 2023
1 parent cc5660c commit 7c489d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</f7-list>
</f7-accordion-content>
</f7-list-item>
<f7-list-item accordion-item title="Tags" :disabled="page.uid === 'overview'">
<f7-list-item accordion-item title="Tags" :disabled="page.uid === 'overview'" :after="(page && page.tags && page.tags.length) ? page.tags.length : ''">
<f7-accordion-content>
<tag-input :item="page" />
</f7-accordion-content>
Expand Down

0 comments on commit 7c489d7

Please sign in to comment.