mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
chore: clearer album users dropdown (#29629)
This commit is contained in:
parent
b3abe0bb5d
commit
4f5e0d3505
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@
|
|||
options={[
|
||||
{ label: $t('role_editor'), value: AlbumUserRole.Editor },
|
||||
{ label: $t('role_viewer'), value: AlbumUserRole.Viewer },
|
||||
{ label: $t('owner'), value: AlbumUserRole.Owner },
|
||||
{ label: $t('owner'), value: AlbumUserRole.Owner, disabled: true },
|
||||
{ label: $t('remove_user'), value: 'none' },
|
||||
] as SelectOption<AlbumUserRole | 'none'>[]}
|
||||
onChange={(value) => handleRoleSelect(user, value)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue