|
|
@ -1129,7 +1129,7 @@ useEventListener( |
|
|
|
/> |
|
|
|
/> |
|
|
|
<a-tooltip v-else placement="top"> |
|
|
|
<a-tooltip v-else placement="top"> |
|
|
|
<template #title> |
|
|
|
<template #title> |
|
|
|
{{ $t('msg.info.upgradeToEnterpriseEdition', { extraInfo: 'to ' + $t('labels.hideNocodbBranding') }) }} |
|
|
|
{{ $t('msg.info.upgradeToEnterpriseEdition', { extraInfo: `to ${$t('labels.hideNocodbBranding')}` }) }} |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
<a-switch :checked="false" size="small" :disabled="true" /> |
|
|
|
<a-switch :checked="false" size="small" :disabled="true" /> |
|
|
|
</a-tooltip> |
|
|
|
</a-tooltip> |
|
|
|