mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
improve deprecated scope accessibility
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user