Bug 1576230 - class should be className in UserAgentInput. r=bradwerth

Differential Revision: https://phabricator.services.mozilla.com/D43274

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Gabriel Luong 2019-08-23 17:52:03 +00:00
parent 9f23833df7
commit 9da1dae408

View File

@ -76,7 +76,7 @@ class UserAgentInput extends PureComponent {
"UA:",
dom.input({
id: "user-agent-input",
class: "text-input",
className: "text-input",
onChange: this.onChange,
onKeyUp: this.onKeyUp,
placeholder: getStr("responsive.customUserAgent"),