mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-15 19:52:15 +01:00
fix invite button showing bo non-placeholder users
This commit is contained in:
@@ -69,7 +69,10 @@ async function invitePlaceholder(id: string) {
|
|||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="relative whitespace-nowrap flex items-center pl-3 text-right text-sm font-medium sm:pr-0 pr-4 sm:pr-6 lg:pr-8 3xl:pr-12">
|
class="relative whitespace-nowrap flex items-center pl-3 text-right text-sm font-medium sm:pr-0 pr-4 sm:pr-6 lg:pr-8 3xl:pr-12">
|
||||||
<SecondaryButton @click="invitePlaceholder(member.id)" size="small"
|
<SecondaryButton
|
||||||
|
v-if="member.is_placeholder === true"
|
||||||
|
@click="invitePlaceholder(member.id)"
|
||||||
|
size="small"
|
||||||
>Invite</SecondaryButton
|
>Invite</SecondaryButton
|
||||||
>
|
>
|
||||||
<MemberMoreOptionsDropdown
|
<MemberMoreOptionsDropdown
|
||||||
|
|||||||
Reference in New Issue
Block a user