mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-05 09:26:39 +00:00
@@ -95,7 +95,7 @@ export default defineComponent({
|
||||
|
||||
const { icon: Icon, color } = renderIcon(column.value, relationColumn)
|
||||
|
||||
return h(Icon, { class: `${color} mx-1`,style: { fontSize: '16px' } })
|
||||
return h(Icon, { class: `${color} mx-1`, style: { fontSize: '16px' } })
|
||||
}
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user