Merge pull request #3746 from nextcloud/dependabot/npm_and_yarn/master/nextcloud/eslint-config-8.0.0

build(deps-dev): Bump @nextcloud/eslint-config from 6.1.2 to 8.0.0
This commit is contained in:
Julius Härtl
2022-04-29 09:10:26 +02:00
committed by GitHub
16 changed files with 1238 additions and 1041 deletions

View File

@@ -1,7 +1,6 @@
<template>
<div>
<Multiselect
v-if="canShare"
<Multiselect v-if="canShare"
v-model="addAcl"
:placeholder="t('deck', 'Share board with a user, group or circle …')"
:options="formatedSharees"
@@ -21,8 +20,7 @@
</template>
</Multiselect>
<ul
id="shareWithList"
<ul id="shareWithList"
class="shareWithList">
<li>
<Avatar :user="board.owner.uid" />
@@ -214,7 +212,7 @@ export default {
this.isLoading = true
await this.$store.dispatch('transferOwnership', {
boardId: this.board.id,
newOwner
newOwner,
})
const successMessage = t('deck', 'The board has been transferred to {user}', { user: newOwner })
showSuccess(successMessage)