fix: make api endpoint selectable

This commit is contained in:
Anya Stasiuk 2020-08-03 09:14:46 +03:00
parent 3ae069c436
commit 8b5fc66763

View File

@ -16,6 +16,7 @@ export class SelectOnClick extends React.PureComponent {
onClick={this.selectElement}
onFocus={this.selectElement}
tabIndex={0}
role="button"
>
{children}
</div>