mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-16 09:36:17 +08:00
fix: collections should be unique for workspaces (#3213)
This commit is contained in:
Vendored
+1
@@ -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