-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2192 from bcgov/bugfix/ALCS-2549-2
Remove interaction from tag chips in commissioner view
- Loading branch information
Showing
4 changed files
with
40 additions
and
3 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...tend/src/app/shared/tags/commissioner-tags-header/commissioner-tags-header.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<div class="tag-container"> | ||
<app-tag-chip *ngFor="let tag of tags" [tag]="tag" [removable]="false"></app-tag-chip> | ||
<app-tag-chip *ngFor="let tag of tags" [tag]="tag" [removable]="false" [isCommissioner]="true"></app-tag-chip> | ||
</div> |
10 changes: 9 additions & 1 deletion
10
alcs-frontend/src/app/shared/tags/tag-chip/tag-chip.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters