aboutsummaryrefslogtreecommitdiff
path: root/src/site/components/grid
diff options
context:
space:
mode:
authorPitu <[email protected]>2019-03-02 22:07:24 +0900
committerPitu <[email protected]>2019-03-02 22:07:24 +0900
commitce76a8ec7ba2084ab75fb901933b3d4d84505032 (patch)
tree8b883904e8e41c85ae0f1c7de74aebb6e050a831 /src/site/components/grid
parentFix token (diff)
downloadhost.fuwn.me-ce76a8ec7ba2084ab75fb901933b3d4d84505032.tar.xz
host.fuwn.me-ce76a8ec7ba2084ab75fb901933b3d4d84505032.zip
Be able to add a file to multiple albums
Diffstat (limited to 'src/site/components/grid')
-rw-r--r--src/site/components/grid/Grid.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/site/components/grid/Grid.vue b/src/site/components/grid/Grid.vue
index 615d68f..e136f90 100644
--- a/src/site/components/grid/Grid.vue
+++ b/src/site/components/grid/Grid.vue
@@ -104,7 +104,7 @@
</b-tooltip>
<b-tooltip label="Albums"
position="is-top">
- <a @click="manageAlbums(item)">
+ <a @click="$parent.openAlbumModal(item)">
<i class="icon-interface-window" />
</a>
</b-tooltip>