diff --git a/frontend/src/pages/Deal.vue b/frontend/src/pages/Deal.vue
index 1ec7f83b..e48efa3c 100644
--- a/frontend/src/pages/Deal.vue
+++ b/frontend/src/pages/Deal.vue
@@ -254,12 +254,12 @@
:debounce="500"
class="form-control"
/>
-
{{ field.value }}
-
+
{
type: 'read_only',
name: 'website',
value: organization.value?.website,
+ tooltip: 'It is a read only field, value is fetched from organization',
},
{
label: 'Amount',
diff --git a/frontend/src/pages/Lead.vue b/frontend/src/pages/Lead.vue
index f961274f..144e4d31 100644
--- a/frontend/src/pages/Lead.vue
+++ b/frontend/src/pages/Lead.vue
@@ -264,12 +264,13 @@
-
{{ field.value }}
-
+
@@ -463,6 +468,8 @@ const detailSections = computed(() => {
type: 'read_only',
name: 'website',
value: organization.value?.website,
+ tooltip:
+ 'It is a read only field, value is fetched from organization',
},
{
label: 'Job title',