mirror of
https://github.com/immich-app/immich.git
synced 2025-11-19 20:22:34 +09:00
refactor: album users modal (#18266)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user