mirror of
https://github.com/KevinMidboe/immich.git
synced 2026-02-14 20:29:20 +00:00
refactor(web): shared link key auth (#3855)
This commit is contained in:
@@ -174,7 +174,7 @@
|
||||
};
|
||||
|
||||
const handleSelectFromComputer = async () => {
|
||||
await openFileUploadDialog(album.id, '');
|
||||
await openFileUploadDialog(album.id);
|
||||
timelineInteractionStore.clearMultiselect();
|
||||
viewMode = ViewMode.VIEW;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user