possibility to add circles and groups to a board

Signed-off-by: Jakob <jakob.roehrl@web.de>
This commit is contained in:
Jakob
2019-09-13 10:14:40 +02:00
parent 7b1dea3e56
commit e968b6f680
2 changed files with 3 additions and 1 deletions

View File

@@ -87,10 +87,11 @@ export default {
sharee.isNoUser = true
}
if (item.value.shareType === 7) {
sharee.icon = 'icon-circle'
sharee.icon = 'icon-circles'
sharee.isNoUser = true
}
sharee.value = item.value
return sharee
})
},