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