Skip to content

Commit

Permalink
Merge pull request #52 from jdi-testing/issue_45
Browse files Browse the repository at this point in the history
fix selected locators restore
  • Loading branch information
MariiaNebesnova committed Nov 2, 2021
2 parents 234baa0 + 14f5573 commit a32a349
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "JDN",
"description": "",
"devtools_page": "index.html",
"version": "3.0.69",
"version": "3.0.70",
"permissions": [
"activeTab",
"tabs",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jdi-react-extension",
"version": "3.0.69",
"version": "3.0.70",
"description": "jdi react extension",
"scripts": {
"start": "npm run webpack",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,11 @@ export const LocatorListHeader = ({
secondaryLabel={"selected"}
onDelete={() => toggleLocatorsGroup(selected)}
/>
<Button hidden={!size(deletedSelected)} className="jdn__buttons" onClick={() => toggleDeletedGroup(selected)}>
<Button
hidden={!size(deletedSelected)}
className="jdn__buttons"
onClick={() => toggleDeletedGroup(deletedSelected)}
>
<Icon component={RestoreSvg} />
Restore
</Button>
Expand Down

0 comments on commit a32a349

Please sign in to comment.