mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 00:06:56 +00:00
chore: lint
This commit is contained in:
@@ -59,6 +59,16 @@ const helpItems = computed<CategoryItemType[]>(() => {
|
||||
e: '',
|
||||
link: '',
|
||||
subItems: [
|
||||
{
|
||||
title: t('labels.dataApiV3'),
|
||||
e: 'c:nocodb:data-api-v3-open',
|
||||
link: 'https://nocodb.com/apis/v3/data',
|
||||
},
|
||||
{
|
||||
title: t('labels.metaApiV3'),
|
||||
e: 'c:nocodb:meta-api-v3-open',
|
||||
link: 'https://nocodb.com/apis/v3/meta',
|
||||
},
|
||||
{
|
||||
title: t('labels.dataApiV2'),
|
||||
e: 'c:nocodb:data-api-open',
|
||||
|
||||
Reference in New Issue
Block a user