Skip to content

Commit

Permalink
merge fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
elvece committed Jun 16, 2022
1 parent b320484 commit bc38aff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ <h4 class="input-label">
<!-- enum -->
<!-- class enter-click disables the enter click on the modal behind the select -->
<ion-select
*ngIf="spec.type === 'enum' && (formGroup.get(entry.key) as control)"
*ngIf="spec.type === 'enum' && formGroup.get(entry.key) as control"
[interfaceOptions]="{
message: getWarningText(spec.warning),
cssClass: 'enter-click'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<marketplace-status
*ngIf="localPkg$ | async as localPkg"
class="status"
[pkg]="localPkg"
[localPkg]="localPkg"
></marketplace-status>
<marketplace-show-controls
position="controls"
Expand Down

0 comments on commit bc38aff

Please sign in to comment.