mirror of
https://github.com/immich-app/immich.git
synced 2025-12-22 01:11:20 +03:00
fix(web): cancel select all (#6047)
* fix: cancel select all * rename var
This commit is contained in:
@@ -438,3 +438,5 @@ export class AssetStore {
|
||||
this.store$.update(() => this);
|
||||
}
|
||||
}
|
||||
|
||||
export const isSelectAllCancelled = writable(false);
|
||||
|
||||
Reference in New Issue
Block a user