mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
fix: collections should be unique for workspaces (#3213)
This commit is contained in:
1
packages/env/src/filter.ts
vendored
1
packages/env/src/filter.ts
vendored
@@ -29,6 +29,7 @@ export type Filter = {
|
||||
|
||||
export type Collection = {
|
||||
id: string;
|
||||
workspaceId: string;
|
||||
name: string;
|
||||
pinned?: boolean;
|
||||
filterList: Filter[];
|
||||
|
||||
Reference in New Issue
Block a user