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.
1 parent 8f62e55 commit 9d62b3eCopy full SHA for 9d62b3e
src/components/ContextChat/ContextChatOutputForm.vue
@@ -21,7 +21,7 @@
21
:append-to-body="false"
22
:dropdown-should-open="() => false">
23
<template #option="option">
24
- <a class="select-option" :href="option.url">
+ <a class="select-option" :href="option.url" target="_blank">
25
<NcAvatar
26
:size="24"
27
:url="option.icon"
@@ -32,7 +32,7 @@
32
</a>
33
</template>
34
<template #selected-option="option">
35
36
37
38
0 commit comments