chore(web): timeline bucketing by day
This commit is contained in:
@@ -86,7 +86,7 @@ export class AssetStore {
|
||||
options: AssetStoreOptions,
|
||||
private albumId?: string,
|
||||
) {
|
||||
this.options = { ...options, size: TimeBucketSize.Month };
|
||||
this.options = { ...options, size: TimeBucketSize.Day };
|
||||
this.store$.set(this);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user