mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
refactor: album users modal (#18266)
This commit is contained in:
parent
3fdc1df89c
commit
668288ca20
3 changed files with 16 additions and 20 deletions
|
|
@ -369,7 +369,6 @@ export enum SettingInputFieldType {
|
|||
export const AlbumPageViewMode = {
|
||||
SELECT_THUMBNAIL: 'select-thumbnail',
|
||||
SELECT_ASSETS: 'select-assets',
|
||||
VIEW_USERS: 'view-users',
|
||||
VIEW: 'view',
|
||||
OPTIONS: 'options',
|
||||
};
|
||||
|
|
@ -377,7 +376,6 @@ export const AlbumPageViewMode = {
|
|||
export type AlbumPageViewMode =
|
||||
| typeof AlbumPageViewMode.SELECT_THUMBNAIL
|
||||
| typeof AlbumPageViewMode.SELECT_ASSETS
|
||||
| typeof AlbumPageViewMode.VIEW_USERS
|
||||
| typeof AlbumPageViewMode.VIEW
|
||||
| typeof AlbumPageViewMode.OPTIONS;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue