💄
This commit is contained in:
parent
5720c43fe7
commit
5a334622ea
5 changed files with 40 additions and 41 deletions
|
@ -2050,7 +2050,7 @@ impl Workspace {
|
|||
.get(&leader_id)
|
||||
.map(|c| c.replica_id)
|
||||
})
|
||||
.ok_or_else(|| anyhow!("no such collaborator {:?}", leader_id))?;
|
||||
.ok_or_else(|| anyhow!("no such collaborator {}", leader_id))?;
|
||||
|
||||
let item_builders = cx.update(|cx| {
|
||||
cx.default_global::<FollowableItemBuilders>()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue