Skip to content

Commit

Permalink
Merge branch 'main' into 9562-implement-dynamic-environment-variable-…
Browse files Browse the repository at this point in the history
…loading-for-single-artifact-deployment
  • Loading branch information
leomendoza123 authored Jan 8, 2025
2 parents 2dc5d4a + 1e88930 commit cf97710
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,6 @@ button.mat-button-wrap-text:not(.mobile):not(.secondaryItem) {
padding: 0 16px;
}

input{
input {
cursor: pointer;
}
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ export class WorkFormComponent implements OnInit {
ariaLabelWork = $localize`:@@shared.ariaLabelWork:Work`
ariaLabelWorkType = $localize`:@@works.workType:Work type`


@Input() work: Work
@Input() userRecord: UserRecord
@Input() externalIdentifier: boolean
Expand Down

0 comments on commit cf97710

Please sign in to comment.