mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-22 01:22:16 +00:00
TypedAvatar.vue colored background
This commit is contained in:
6
resources/js/helpers/itemHelpers.js
vendored
6
resources/js/helpers/itemHelpers.js
vendored
@@ -34,13 +34,13 @@ const itemHelpers = {
|
||||
}
|
||||
}
|
||||
|
||||
Vue.prototype.$dissolveTeamFolder = function () {
|
||||
Vue.prototype.$dissolveTeamFolder = function (folder) {
|
||||
events.$emit('confirm:open', {
|
||||
title: this.$t('Are you sure you want to dissolve this team?'),
|
||||
message: this.$t('All team members will lose access to your files and existing folder will be moved into your "Files" section.'),
|
||||
action: {
|
||||
id: 'token.id',
|
||||
operation: 'dissolve-team-folder'
|
||||
id: folder.data.id,
|
||||
operation: 'dissolve-team-folder',
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user