Skip to content

Commit

Permalink
feat(edit-content) fix comments #28658
Browse files Browse the repository at this point in the history
  • Loading branch information
oidacra committed Jun 5, 2024
1 parent 10da22a commit 5114ec7
Showing 1 changed file with 2 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,20 +57,8 @@ export class DotEditContentCategoryFieldComponent {
field = input.required<DotCMSContentTypeField>();

// TODO: Replace with the content of the selected categories
// values = [];
values = [
{ id: 1, value: 'Streetwear' },
{ id: 2, value: 'Boys' },
{ id: 2, value: 'Jeans' },
{ id: 2, value: 'Pants' },
{ id: 2, value: 'Formal' },
{ id: 2, value: 'Plain' },
{ id: 2, value: 'Pants with linen for woman' },
{ id: 2, value: 'Printed' },
{ id: 2, value: 'Formal pants for man' },
{ id: 2, value: 'Kids' },
{ id: 2, value: 'Kids streetwear' }
];
values = [];

#dialogService = inject(DialogService);

/**
Expand Down

0 comments on commit 5114ec7

Please sign in to comment.