Browse Source

Merge pull request #7757 from nocodb/nc-docs/link

fix(nc-gui): invalid docs link
pull/7758/head
Anbarasu 7 months ago committed by GitHub
parent
commit
00ea57156c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      packages/nc-gui/components/dlg/ViewCreate.vue

2
packages/nc-gui/components/dlg/ViewCreate.vue

@ -376,7 +376,7 @@ onMounted(async () => {
<a <a
v-if="!form.copy_from_id" v-if="!form.copy_from_id"
class="text-sm !text-gray-600 !hover:text-gray-600" class="text-sm !text-gray-600 !hover:text-gray-600"
href="https://docs.nocodb.com/views/view-types/calendar/" :href="`https://docs.nocodb.com/views/view-types/${typeAlias}`"
target="_blank" target="_blank"
> >
Go to Docs Go to Docs

Loading…
Cancel
Save