feat(medusa, admin-ui): Improvements to product categories (#3416)

This commit is contained in:
Riqwan Thamir
2023-03-08 16:56:49 +01:00
committed by GitHub
parent 8ed67d2d7d
commit 478d1af8d0
8 changed files with 122 additions and 17 deletions
@@ -125,6 +125,11 @@ export class AdminPostProductCategoriesCategoryReq extends AdminProductCategorie
@IsOptional()
name?: string
@IsOptional()
@IsString()
@IsNotEmpty()
handle?: string
@IsOptional()
@IsInt()
@IsNotEmpty()