fix: additional replacements

This commit is contained in:
Mohamed Marrouchi
2024-10-05 06:20:59 +01:00
parent fd47f13df9
commit 862c2e12eb
6 changed files with 11 additions and 14 deletions

View File

@@ -10,9 +10,6 @@ import { CategoryCreateDto } from '../dto/category.dto';
export const categoryModels: CategoryCreateDto[] = [
{
label: 'category1',
},
{
label: 'category2',
label: 'Default',
},
];