mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 16:37:09 +00:00
feat: Lookup implementation
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
This commit is contained in:
@@ -12,6 +12,10 @@ const uiTypes = [
|
||||
name: 'ForeignKey',
|
||||
icon: 'mdi-link-variant'
|
||||
},
|
||||
{
|
||||
name: 'Lookup',
|
||||
icon: 'mdi-link-variant'
|
||||
},
|
||||
{
|
||||
name: 'SingleLineText',
|
||||
icon: 'mdi-format-color-text'
|
||||
|
||||
Reference in New Issue
Block a user