File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
frontend/src/app/features/components/upload-business-license Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
< div class ="row ">
8
8
< p-dropdown placeholder ="Select Jurisdiction " appendTo ="body " panelStyleClass ="select-jurisdiction-panel "
9
9
[inputId] ="'jurisdiction-filter-dropdown' " [filter] ="true " [filterBy] ="'label' "
10
- class ="select-jurisdiction-dropdown " [disabled ] ="!uploadHistory.length " [options ] ="groupedCommunities "
11
- [group] =" true " [ (ngModel)] ="jurisdictionId " (onChange) ="onJurisdictionChanged($event) ">
10
+ class ="select-jurisdiction-dropdown " [options ] ="groupedCommunities " [group ] ="true "
11
+ [(ngModel)] ="jurisdictionId " (onChange) ="onJurisdictionChanged($event) ">
12
12
< ng-template let-group pTemplate ="group ">
13
13
< strong > {{group.label}}</ strong >
14
14
</ ng-template >
You can’t perform that action at this time.
0 commit comments