mirror of
https://github.com/docmost/docmost.git
synced 2025-11-22 04:01:12 +10:00
fixes
This commit is contained in:
@ -104,6 +104,7 @@ export class WorkspaceService {
|
||||
// create default space
|
||||
const spaceInfo: CreateSpaceDto = {
|
||||
name: 'General',
|
||||
slug: 'general',
|
||||
};
|
||||
|
||||
const createdSpace = await this.spaceService.create(
|
||||
|
||||
Reference in New Issue
Block a user