Skip to content

Commit

Permalink
fix: changed empty team member message
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivam327 committed Jul 27, 2023
1 parent 31ef114 commit cfd87b2
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 cfd87b2

Please sign in to comment.