mirror of
https://github.com/immich-app/immich.git
synced 2025-12-19 01:11:07 +03: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:
@@ -370,7 +370,6 @@ export const selectAllAssets = async (assetStore: AssetStore, assetInteractionSt
|
||||
}
|
||||
} catch (error) {
|
||||
handleError(error, 'Error selecting all assets');
|
||||
} finally {
|
||||
isSelectingAllAssets.set(false);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user