Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
dotCMS/core#20153 fix rules not being added to a bundle (#1684)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredo-dotcms authored Jun 25, 2021
1 parent 33bbb7f commit b2c1cc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/dot-rules/src/lib/components/dropdown/dropdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ import { SelectItem } from 'primeng/api';
[required]="minSelections > 0"
[placeholder]="placeholder"
[options]="dropdownOptions | async"
[editable]="allowAdditions"
[filter]="true"
[(ngModel)]="modelValue"
*ngIf="maxSelections <= 1"
Expand Down

0 comments on commit b2c1cc5

Please sign in to comment.