mirror of
https://github.com/docmost/docmost.git
synced 2025-11-21 00:01:09 +10:00
fixes
This commit is contained in:
@ -10,7 +10,8 @@ export class CreateSpaceDto {
|
||||
@IsString()
|
||||
description?: string;
|
||||
|
||||
@IsOptional()
|
||||
@MinLength(4)
|
||||
@MaxLength(64)
|
||||
@IsString()
|
||||
slug?: string;
|
||||
slug: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user