improve deprecated scope accessibility

This commit is contained in:
Chirag Aggarwal
2026-03-30 08:47:43 +05:30
parent 043628cc25
commit 8a7736c971
@@ -173,7 +173,7 @@
<Selector.Checkbox
size="s"
id={scope.scope}
label={scope.scope}
label={`${scope.scope}${scope.deprecated ? ' (Deprecated)' : ''}`}
description={scope.description}
bind:checked={activeScopes[scope.scope]} />
{#if scope.deprecated}