chore(nc-gui): lint

This commit is contained in:
Ramesh Mane
2025-07-11 05:58:19 +00:00
parent 4261a09d1a
commit da3ac9b80d
7 changed files with 17 additions and 13 deletions

View File

@@ -267,7 +267,11 @@ onKeyStroke('ArrowDown', onDown)
<div class="text-sm font-normal text-gray-600">
<div>
{{ $t('msg.manageConnections') }}
<a target="_blank" href="https://nocodb.com/docs/product-docs/integrations/actions-on-connection" rel="noopener noreferrer">
<a
target="_blank"
href="https://nocodb.com/docs/product-docs/integrations/actions-on-connection"
rel="noopener noreferrer"
>
{{ $t('msg.learnMore') }}
</a>
</div>
@@ -746,7 +750,11 @@ onKeyStroke('ArrowDown', onDown)
{{ successConfirmModal.description }}
</div>
<a target="_blank" href="https://nocodb.com/docs/product-docs/data-sources/connect-to-data-source" rel="noopener noreferrer">
<a
target="_blank"
href="https://nocodb.com/docs/product-docs/data-sources/connect-to-data-source"
rel="noopener noreferrer"
>
Learn more
</a>
</div>