Skip to content

Commit

Permalink
Fix: Show workspace ID for workspace admins as well (#3933)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikehrn authored Feb 4, 2025
1 parent 065c242 commit 8934179
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
</div>
</div>
</template>
<template v-if="isServerAdmin">
<template v-if="isServerAdmin || isAdmin">
<hr class="mb-6 mt-8 border-outline-2" />
<p class="text-body-2xs text-foreground-2">
Workspace ID: #{{ workspaceResult?.workspaceBySlug?.id }}
Expand Down

0 comments on commit 8934179

Please sign in to comment.