mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 12:17:19 +00:00
feat: M2M corrections
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
This commit is contained in:
@@ -76,7 +76,7 @@ export default {
|
||||
loading: false,
|
||||
projectType: 'rest',
|
||||
projectTypes: [
|
||||
{text: 'Automatic REST APIs on database', value: 'rest', icon: 'mdi-json', iconColor: 'green'},
|
||||
{text: 'Automatic REST APIs on database', value: 'rest', icon: 'mdi-code-json', iconColor: 'green'},
|
||||
{text: 'Automatic GRAPHQL APIs on database', value: 'graphql', icon: 'mdi-graphql', iconColor: 'pink'},
|
||||
/* {
|
||||
text: 'Automatic gRPC APIs on database',
|
||||
|
||||
Reference in New Issue
Block a user