chore: lint

This commit is contained in:
Ramesh Mane
2026-03-10 07:39:40 +00:00
parent 0f60839e47
commit 0cb454a08b
10 changed files with 34 additions and 25 deletions

View File

@@ -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',