mirror of
https://github.com/immich-app/immich.git
synced 2025-11-19 14:12:35 +09:00
refactor: share modals (#18183)
This commit is contained in:
@@ -367,8 +367,6 @@ export enum SettingInputFieldType {
|
||||
}
|
||||
|
||||
export const AlbumPageViewMode = {
|
||||
LINK_SHARING: 'link-sharing',
|
||||
SELECT_USERS: 'select-users',
|
||||
SELECT_THUMBNAIL: 'select-thumbnail',
|
||||
SELECT_ASSETS: 'select-assets',
|
||||
VIEW_USERS: 'view-users',
|
||||
@@ -377,8 +375,6 @@ export const AlbumPageViewMode = {
|
||||
};
|
||||
|
||||
export type AlbumPageViewMode =
|
||||
| typeof AlbumPageViewMode.LINK_SHARING
|
||||
| typeof AlbumPageViewMode.SELECT_USERS
|
||||
| typeof AlbumPageViewMode.SELECT_THUMBNAIL
|
||||
| typeof AlbumPageViewMode.SELECT_ASSETS
|
||||
| typeof AlbumPageViewMode.VIEW_USERS
|
||||
|
||||
Reference in New Issue
Block a user