mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
refactor(editor): Enable collaboration features only in NodeView v2 (no-changelog) (#10756)
This commit is contained in:
committed by
GitHub
parent
ee5fbc543c
commit
a1e011dd2a
@@ -162,4 +162,9 @@ export class User extends WithTimestamps implements IUser {
|
||||
return 'Unnamed Project';
|
||||
}
|
||||
}
|
||||
|
||||
toIUser(): IUser {
|
||||
const { id, email, firstName, lastName } = this;
|
||||
return { id, email, firstName, lastName };
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user