mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-09-03 13:51:37 +00:00
fix: create workspace
This commit is contained in:
parent
1977cf6637
commit
26466f5a6f
@ -389,7 +389,7 @@ class _CreateWorkspaceButton extends StatelessWidget {
|
|||||||
workspaceBloc.add(
|
workspaceBloc.add(
|
||||||
UserWorkspaceEvent.createWorkspace(
|
UserWorkspaceEvent.createWorkspace(
|
||||||
name,
|
name,
|
||||||
AuthTypePB.Local,
|
AuthTypePB.Server,
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user