We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f8d384 + 2ef3cf9 commit 1e04f4dCopy full SHA for 1e04f4d
src/components/Link/LinkBubbleView.vue
@@ -92,6 +92,7 @@ import { t } from '@nextcloud/l10n'
92
import NcButton from '@nextcloud/vue/components/NcButton'
93
import NcTextField from '@nextcloud/vue/components/NcTextField'
94
import { NcReferenceList } from '@nextcloud/vue/dist/Components/NcRichText.js'
95
+import CheckIcon from 'vue-material-design-icons/Check.vue'
96
import CloseIcon from 'vue-material-design-icons/Close.vue'
97
import OpenInNewIcon from 'vue-material-design-icons/OpenInNew.vue'
98
import PencilOutlineIcon from 'vue-material-design-icons/PencilOutline.vue'
@@ -106,6 +107,7 @@ export default {
106
107
108
components: {
109
PreviewOptions,
110
+ CheckIcon,
111
CloseIcon,
112
NcButton,
113
NcReferenceList,
0 commit comments