Skip to content

Commit

Permalink
Hide image button if no images present (#547)
Browse files Browse the repository at this point in the history
  • Loading branch information
BryonLewis authored Nov 20, 2024
1 parent 20f3263 commit 28f181e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vue/src/components/siteList/ImageToggle.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const openImageBrowser = () => {

<template>
<v-menu
v-if="hasImages"
open-on-hover
open-delay="600"
>
Expand Down

0 comments on commit 28f181e

Please sign in to comment.