0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Removed unnecessary tabindex property

This commit is contained in:
Sodbileg Gansukh 2023-05-10 15:43:30 +08:00
parent b668ca3943
commit 13e9c65860

View file

@ -56,7 +56,6 @@
type="button" type="button"
{{on "mousedown" this.setLink}} {{on "mousedown" this.setLink}}
data-test-button="cancel-webhook" data-test-button="cancel-webhook"
tabindex="-1"
> >
<span>Update</span> <span>Update</span>
</button> </button>