mirror of
https://github.com/immich-app/immich.git
synced 2025-07-03 21:40:00 +02:00
fix(web): allow deselecting all assets from select bar (#9320)
* fix(web): allow deselecting all assets from select bar * Change deselect logo * select remove --------- Co-authored-by: Alex <alex.tran1502@gmail.com>
This commit is contained in:
parent
5eaf489ecf
commit
6a5bc156a6
2 changed files with 3 additions and 3 deletions
web/src/lib/utils
|
@ -370,7 +370,6 @@ export const selectAllAssets = async (assetStore: AssetStore, assetInteractionSt
|
|||
}
|
||||
} catch (error) {
|
||||
handleError(error, 'Error selecting all assets');
|
||||
} finally {
|
||||
isSelectingAllAssets.set(false);
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue