mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-15 05:37:32 +00:00
fix(core): add missing control of modifyDocDefaultRole track event (#10625)
This commit is contained in:
@@ -549,6 +549,9 @@ export type EventArgs = {
|
||||
modifyUserDocRole: {
|
||||
control: DocRoleControlType;
|
||||
};
|
||||
modifyDocDefaultRole: {
|
||||
control: DocRoleControlType;
|
||||
};
|
||||
inviteUserDocRole: {
|
||||
control: 'member list';
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user