Merge branch 'main' into fix_potential_open_rocksdb_error

This commit is contained in:
Nathan 2025-04-23 16:32:50 +08:00
commit 914a89b66c

View File

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