Skip to content

Commit

Permalink
W-10704917 Add missing icon for "Save as HAR 1.2" option (#11)
Browse files Browse the repository at this point in the history
* W-10704917 Added missing icon

* 0.3.10
  • Loading branch information
alexpmule committed Feb 22, 2022
1 parent 0b3e202 commit e676682
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@advanced-rest-client/arc-response",
"description": "A module containing the UI regions and the logic to render and support HTTP response in Advanced REST Client.",
"version": "0.3.9",
"version": "0.3.10",
"license": "Apache-2.0",
"main": "index.js",
"module": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/ResponseViewElement.js
Original file line number Diff line number Diff line change
Expand Up @@ -1005,7 +1005,7 @@ export class ResponseViewElement extends LitElement {
<arc-icon icon="contentCopy" slot="item-icon"></arc-icon> Copy to clipboard
</anypoint-icon-item>
<anypoint-icon-item data-id="har" ?compatibility="${this.compatibility}">
Save as HAR 1.2
<arc-icon icon="insertDriveFile" slot="item-icon"></arc-icon>Save as HAR 1.2
</anypoint-icon-item>
`;
}
Expand Down

0 comments on commit e676682

Please sign in to comment.