feat(medusa, admin-ui): Improvements to product categories (#3416)
This commit is contained in:
@@ -125,6 +125,11 @@ export class AdminPostProductCategoriesCategoryReq extends AdminProductCategorie
|
||||
@IsOptional()
|
||||
name?: string
|
||||
|
||||
@IsOptional()
|
||||
@IsString()
|
||||
@IsNotEmpty()
|
||||
handle?: string
|
||||
|
||||
@IsOptional()
|
||||
@IsInt()
|
||||
@IsNotEmpty()
|
||||
|
||||
Reference in New Issue
Block a user