fix: create workspace

This commit is contained in:
Nathan 2025-04-23 16:30:07 +08:00
parent 1977cf6637
commit 26466f5a6f

View File

@ -389,7 +389,7 @@ class _CreateWorkspaceButton extends StatelessWidget {
workspaceBloc.add(
UserWorkspaceEvent.createWorkspace(
name,
AuthTypePB.Local,
AuthTypePB.Server,
),
);
},