Make logo optional
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
|
||||
<script setup lang="ts">
|
||||
const props = defineProps<{
|
||||
logo: string
|
||||
logo?: string
|
||||
name: string
|
||||
clickable?: boolean
|
||||
bannerText?: string | null
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<template>
|
||||
<WorkspaceCard
|
||||
:logo="''"
|
||||
:name="invite.workspaceName"
|
||||
:class="isAccepted ? '' : 'bg-foundation'"
|
||||
:banner-text="`${invite.invitedBy.name} invited you to join this workspace`"
|
||||
|
||||
Reference in New Issue
Block a user