chore: Remove deprecated tooltips
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -85,7 +85,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { NcAvatar, NcPopover, Tooltip } from '@nextcloud/vue'
|
||||
import { NcAvatar, NcPopover } from '@nextcloud/vue'
|
||||
import { generateUrl } from '@nextcloud/router'
|
||||
import AccountMultiple from 'vue-material-design-icons/AccountMultiple.vue'
|
||||
|
||||
@@ -96,9 +96,6 @@ export default {
|
||||
NcPopover,
|
||||
AccountMultiple,
|
||||
},
|
||||
directives: {
|
||||
tooltip: Tooltip,
|
||||
},
|
||||
props: {
|
||||
users: {
|
||||
type: Array,
|
||||
|
||||
Reference in New Issue
Block a user