diff options
| author | Pitu <[email protected]> | 2019-03-02 22:07:24 +0900 |
|---|---|---|
| committer | Pitu <[email protected]> | 2019-03-02 22:07:24 +0900 |
| commit | ce76a8ec7ba2084ab75fb901933b3d4d84505032 (patch) | |
| tree | 8b883904e8e41c85ae0f1c7de74aebb6e050a831 /src/site/components/grid | |
| parent | Fix token (diff) | |
| download | host.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.vue | 2 |
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> |