diff --git a/ui/src/assets/icon_web.svg.svg b/ui/src/assets/icon_web.svg.svg
new file mode 100644
index 000000000..f958baf61
--- /dev/null
+++ b/ui/src/assets/icon_web.svg.svg
@@ -0,0 +1,4 @@
+
diff --git a/ui/src/components/ai-chat/ParagraphSourceDialog.vue b/ui/src/components/ai-chat/ParagraphSourceDialog.vue
index 34eb44ef3..12e687721 100644
--- a/ui/src/components/ai-chat/ParagraphSourceDialog.vue
+++ b/ui/src/components/ai-chat/ParagraphSourceDialog.vue
@@ -17,7 +17,6 @@
class="paragraph-source-card cursor mb-8"
:class="item.is_active ? '' : 'disabled'"
:showIcon="false"
- @click="editParagraph(item)"
>
@@ -45,13 +44,11 @@
-