Skip to content

Commit

Permalink
SHIBUI-1565 Fixed plus icon
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Nov 7, 2019
1 parent 535f03a commit efe40b9
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,10 @@
</ng-container>
</div>
<div class="ml-2" *ngIf="targetType === 'ENTITY'">
<button
class="btn btn-success"
<button class="btn btn-success"
[disabled]="search.invalid"
(click)="onSelectValue(search.value)"
translate="action.add-entity-id">
Add Entity ID&nbsp;&nbsp;
(click)="onSelectValue(search.value)">
<translate-i18n key="action.add-entity-id">Add Entity ID</translate-i18n>&nbsp;&nbsp;
<i class="fa fa-plus" aria-hidden="true"></i>
</button>
</div>
Expand Down

0 comments on commit efe40b9

Please sign in to comment.