diff --git a/packages/nc-gui/components/smartsheet/Grid.vue b/packages/nc-gui/components/smartsheet/Grid.vue index 792fd17e9a..922b792fe1 100644 --- a/packages/nc-gui/components/smartsheet/Grid.vue +++ b/packages/nc-gui/components/smartsheet/Grid.vue @@ -789,7 +789,7 @@ const closeAddColumnDropdown = () => { :data-testid="`grid-row-${rowIndex}`" > -
+
{ case UITypes.Rollup: switch ((relationColumn?.colOptions as LinkToAnotherRecordType)?.type) { case RelationTypes.MANY_TO_MANY: - return { icon: iconMap, color: 'text-accent' } + return { icon: iconMap.rollup, color: 'text-accent' } case RelationTypes.HAS_MANY: - return { icon: iconMap, color: 'text-yellow-500' } + return { icon: iconMap.rollup, color: 'text-yellow-500' } case RelationTypes.BELONGS_TO: - return { icon: iconMap, color: 'text-sky-500' } + return { icon: iconMap.rollup, color: 'text-sky-500' } } - return { icon: iconMap, color: 'text-grey' } + return { icon: iconMap.rollup, color: 'text-grey' } case UITypes.Count: return { icon: CountIcon, color: 'text-grey' } } diff --git a/packages/nc-gui/components/smartsheet/toolbar/ShareView.vue b/packages/nc-gui/components/smartsheet/toolbar/ShareView.vue index 534dc1daa9..e7b91c5cc2 100644 --- a/packages/nc-gui/components/smartsheet/toolbar/ShareView.vue +++ b/packages/nc-gui/components/smartsheet/toolbar/ShareView.vue @@ -272,7 +272,7 @@ const copyIframeCode = async () => { >
{{ sharedViewUrl }}
- + diff --git a/packages/nc-gui/components/webhook/Editor.vue b/packages/nc-gui/components/webhook/Editor.vue index 03c41fcbb5..cfe5f0df88 100644 --- a/packages/nc-gui/components/webhook/Editor.vue +++ b/packages/nc-gui/components/webhook/Editor.vue @@ -697,15 +697,16 @@ onMounted(async () => {