Browse Source

chore(nc-gui): lint

pull/7664/head
Ramesh Mane 7 months ago
parent
commit
426db64ac8
  1. 2
      packages/nc-gui/components/smartsheet/Form.vue

2
packages/nc-gui/components/smartsheet/Form.vue

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

Loading…
Cancel
Save