mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-25 15:17:28 -04:00
chore: open workspace with workspace auth type
This commit is contained in:
parent
8cd0442a1f
commit
4634b51edf
13 changed files with 33 additions and 30 deletions
|
@ -149,6 +149,7 @@ impl From<UserWorkspaceTable> for UserWorkspace {
|
|||
icon: value.icon,
|
||||
member_count: value.member_count,
|
||||
role: value.role.map(|v| v.into()),
|
||||
workspace_type: AuthType::from(value.workspace_type),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue