Skip to content

Commit

Permalink
removing disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
aristidecittadino committed May 20, 2021
1 parent 70d0e54 commit eba37bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/app/pages/areas/areas-view/areas-view.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
[options]="userProjectsOptions"
[selected]="selectedProjectOption"
(changeFn)="onSelectedProjectChange($event)"
[disabled]="false"
>
</hyt-select>

Expand Down
4 changes: 2 additions & 2 deletions src/app/pages/dashboard/dashboard.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<hyt-select
*ngIf="!showAreas && pageStatus == 1" [label]="'Select a project'" name="project"
[options]="hProjectListOptions" [selected]="idProjectSelected"
(changeFn)="onSelectChange($event)" [disabled]="false"
(changeFn)="onSelectChange($event)"
>
</hyt-select>

Expand All @@ -74,7 +74,7 @@
<!-- <hyt-select
*ngIf="!showAreas && pageStatus == 1" [label]="'Select a project'" name="project"
[options]="hProjectListOptions" [selected]="idProjectSelected"
(changeFn)="onSelectChange($event)" [disabled]="false"
(changeFn)="onSelectChange($event)"
>
</hyt-select> -->

Expand Down

0 comments on commit eba37bc

Please sign in to comment.