mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
feat: support changing the workspace icon (#4898)
This commit is contained in:
@ -202,7 +202,7 @@ class UserWorkspaceBloc extends Bloc<UserWorkspaceEvent, UserWorkspaceState> {
|
||||
if (e.workspaceId == workspaceId) {
|
||||
e.freeze();
|
||||
return e.rebuild((p0) {
|
||||
// TODO(Lucas): the icon is not ready in the backend
|
||||
p0.icon = icon;
|
||||
});
|
||||
}
|
||||
return e;
|
||||
|
Reference in New Issue
Block a user