chore: sync

Signed-off-by: mertmit <mertmit99@gmail.com>
This commit is contained in:
mertmit
2026-01-08 18:29:44 +03:00
parent f07a8da6ea
commit 69a29568c7
1221 changed files with 70034 additions and 16199 deletions

View File

@@ -24,17 +24,19 @@ defineProps<{
trigger="hover"
>
<template #title>
{{ isSqlView ? $t('tooltip.schemaChangeDisabledFormSqlView') : $t('tooltip.schemaChangeDisabled') }} <br />
{{ message }}
<br v-if="message" />
<a
v-if="!isSqlView"
class="!text-current"
href="https://nocodb.com/docs/product-docs/data-sources/connect-to-data-source#configuring-permissions"
target="_blank"
>
Learn more
</a>
<slot name="title">
{{ isSqlView ? $t('tooltip.schemaChangeDisabledFormSqlView') : $t('tooltip.schemaChangeDisabled') }} <br />
{{ message }}
<br v-if="message" />
<a
v-if="!isSqlView"
class="!text-current"
href="https://nocodb.com/docs/product-docs/data-sources/connect-to-data-source#configuring-permissions"
target="_blank"
>
Learn more
</a>
</slot>
</template>
<slot />
</NcTooltip>