mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
fix(web): cancel select all (#6047)
* fix: cancel select all * rename var
This commit is contained in:
parent
0ed89e61ec
commit
9de557916b
3 changed files with 14 additions and 2 deletions
|
|
@ -438,3 +438,5 @@ export class AssetStore {
|
|||
this.store$.update(() => this);
|
||||
}
|
||||
}
|
||||
|
||||
export const isSelectAllCancelled = writable(false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue