mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 22:07:04 +00:00
feat: Add hasMany UI cell
Signed-off-by: Pranav C Balan <pranavxc@gmail.com>
This commit is contained in:
@@ -43,10 +43,10 @@ const uiTypes = [
|
||||
name: 'ForeignKey',
|
||||
icon: 'mdi-link-variant',
|
||||
},
|
||||
// {
|
||||
// name: 'LinkToAnotherRecord',
|
||||
// icon: 'mdi-link-variant',
|
||||
// },
|
||||
{
|
||||
name: 'LinkToAnotherRecord',
|
||||
icon: 'mdi-link-variant',
|
||||
},
|
||||
{
|
||||
name: 'SingleLineText',
|
||||
icon: 'mdi-format-color-text',
|
||||
|
||||
Reference in New Issue
Block a user