feat(dashboard): dont show create new member if the list is loading
This commit is contained in:
parent
eb1d7fea9f
commit
901603bb68
@ -142,7 +142,6 @@
|
|||||||
<ListSearch bind:searchBy bind:searchValue on:refresh={fetchList} />
|
<ListSearch bind:searchBy bind:searchValue on:refresh={fetchList} />
|
||||||
|
|
||||||
<ListPagination bind:currentPage bind:pageAmount />
|
<ListPagination bind:currentPage bind:pageAmount />
|
||||||
{/if}
|
|
||||||
|
|
||||||
{#if !err && !isPublic}
|
{#if !err && !isPublic}
|
||||||
{#if itemType === "member"}
|
{#if itemType === "member"}
|
||||||
@ -152,7 +151,7 @@
|
|||||||
{/if}
|
{/if}
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
{#if !listLoading && !err}
|
|
||||||
{#if settings && settings.accessibility ? (!settings.accessibility.expandedcards && !settings.accessibility.pagelinks) : true}
|
{#if settings && settings.accessibility ? (!settings.accessibility.expandedcards && !settings.accessibility.pagelinks) : true}
|
||||||
<Accordion class="my-3" stayOpen>
|
<Accordion class="my-3" stayOpen>
|
||||||
{#each slicedList as item, index (item.id)}
|
{#each slicedList as item, index (item.id)}
|
||||||
|
Loading…
Reference in New Issue
Block a user