fix: remove deprecated ToolTip
Signed-off-by: grnd-alt <github@belakkaf.net>
This commit is contained in:
@@ -107,7 +107,8 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { NcActionButton, NcAppSidebar, NcAppSidebarTab, NcReferenceList } from '@nextcloud/vue'
|
||||
import { NcActionButton, NcAppSidebar, NcAppSidebarTab } from '@nextcloud/vue'
|
||||
import { NcReferenceList } from '@nextcloud/vue/components/NcRichText'
|
||||
import { getCapabilities } from '@nextcloud/capabilities'
|
||||
import { mapState, mapGetters } from 'vuex'
|
||||
import CardSidebarTabDetails from './CardSidebarTabDetails.vue'
|
||||
|
||||
@@ -151,16 +151,13 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { NcModal, Tooltip } from '@nextcloud/vue'
|
||||
import { NcModal } from '@nextcloud/vue'
|
||||
|
||||
export default {
|
||||
name: 'HelpModal',
|
||||
components: {
|
||||
NcModal,
|
||||
},
|
||||
directives: {
|
||||
Tooltip,
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user