Skip to content

Commit d9cd627

Browse files
Reverted the last commit
1 parent a400303 commit d9cd627

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/app/features/components/upload-business-license/upload-business-license.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<div class="row">
88
<p-dropdown placeholder="Select Jurisdiction" appendTo="body" panelStyleClass="select-jurisdiction-panel"
99
[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)">
1212
<ng-template let-group pTemplate="group">
1313
<strong>{{group.label}}</strong>
1414
</ng-template>

0 commit comments

Comments
 (0)