Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
This commit is contained in:
liyasthomas
2021-04-29 14:03:39 +05:30
parent 1bc57f159c
commit e28373dae1
4 changed files with 31769 additions and 14 deletions

View File

@@ -48,6 +48,10 @@
<template slot="popover">
<div>
<button
v-if="
collectionsType.type == 'team-collections' &&
collectionsType.selectedTeam.myRole !== 'VIEWER'
"
class="icon"
@click="$emit('add-folder', { folder, path: folderPath })"
v-close-popover
@@ -58,6 +62,10 @@
</div>
<div>
<button
v-if="
collectionsType.type == 'team-collections' &&
collectionsType.selectedTeam.myRole !== 'VIEWER'
"
class="icon"
@click="$emit('edit-folder', { folder, folderIndex, collectionIndex })"
v-close-popover