Skip to content

Commit 8ea35db

Browse files
committed
fix disclaimer
1 parent d7c6b52 commit 8ea35db

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

apps/sim/app/workspace/[workspaceId]/skills/[skillId]/skill-detail.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,11 @@ export function SkillDetail({ workspaceId, skillId }: SkillDetailProps) {
313313
onCheckedChange={handleAccessChange}
314314
/>
315315
</div>
316+
<p className='mt-[9px] text-[var(--text-muted)] text-caption'>
317+
{skill.workspaceShared
318+
? 'Everyone in this workspace can use this skill.'
319+
: 'Only the members below can use this skill.'}
320+
</p>
316321
</DetailSection>
317322
)}
318323

0 commit comments

Comments
 (0)