Skip to content

Commit

Permalink
chore: change empty team member message (#1365)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivam327 authored Jul 27, 2023
1 parent 2bb3f1d commit 96e1a97
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion desk/src/pages/desk/team/TeamSingle.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@
</template>
</Button>
</div>
<div v-else class="text-base text-gray-900">🙇 Such empty</div>
<div v-else class="text-base text-gray-900">
No members found in team: {{ teamId }}
</div>
<Switch
v-model="ignoreRestrictions"
size="md"
Expand Down

0 comments on commit 96e1a97

Please sign in to comment.