Browse Source

fix(nc-gui): Failed to resolve component - Empty

pull/7855/head
Ramesh Mane 7 months ago
parent
commit
5569ff9fb7
  1. 2
      packages/nc-gui/components/project/AccessSettings.vue

2
packages/nc-gui/components/project/AccessSettings.vue

@ -172,7 +172,7 @@ watch(isInviteModalVisible, () => {
v-else-if="!filteredCollaborators?.length" v-else-if="!filteredCollaborators?.length"
class="nc-collaborators-list w-full h-full flex flex-col items-center justify-center mt-36" class="nc-collaborators-list w-full h-full flex flex-col items-center justify-center mt-36"
> >
<Empty description="$t('title.noMembersFound')" /> <a-empty description="$t('title.noMembersFound')" />
</div> </div>
<div v-else class="nc-collaborators-list mt-6 h-full"> <div v-else class="nc-collaborators-list mt-6 h-full">
<div class="flex flex-col rounded-lg overflow-hidden border-1 max-w-350 max-h-[calc(100%-8rem)]"> <div class="flex flex-col rounded-lg overflow-hidden border-1 max-w-350 max-h-[calc(100%-8rem)]">

Loading…
Cancel
Save