Skip to content

Commit

Permalink
Fix copy-paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandruValeanu committed Oct 17, 2021
1 parent 60f5f6a commit 86b8488
Showing 1 changed file with 0 additions and 7 deletions.
Expand Up @@ -44,13 +44,6 @@
<app-icon name="trash-2"></app-icon>
{{ 'QUERY_RESULT_CLEAR_RESULT_BUTTON' | translate }}
</button>
<button
*ngFor="let uiAction of uiActions"
class="query-result__clear-button"
(click)="uiActionExecuteChange.next(uiAction)"
>
{{ uiAction.title }}
</button>
</div>
<div class="query-result__bottom-actions">
<button track-id="download_result" class="query-result__download-button" (click)="downloadResultChange.next()">
Expand Down

0 comments on commit 86b8488

Please sign in to comment.