Updated 1 test snapshot
This commit is contained in:
parent
15eedb898d
commit
c25d132954
|
@ -14,7 +14,6 @@ exports[`inputTypeahead renders <input /> 1`] = `
|
||||||
<StyledTextFieldBase
|
<StyledTextFieldBase
|
||||||
ariaLabel="Input query"
|
ariaLabel="Input query"
|
||||||
className="input-type-head-text-field"
|
className="input-type-head-text-field"
|
||||||
id="input"
|
|
||||||
multiline={false}
|
multiline={false}
|
||||||
onChange={[Function]}
|
onChange={[Function]}
|
||||||
onFocus={[Function]}
|
onFocus={[Function]}
|
||||||
|
@ -41,7 +40,6 @@ exports[`inputTypeahead renders <textarea /> 1`] = `
|
||||||
<StyledTextFieldBase
|
<StyledTextFieldBase
|
||||||
ariaLabel="Input query"
|
ariaLabel="Input query"
|
||||||
className="input-type-head-text-field"
|
className="input-type-head-text-field"
|
||||||
id="input"
|
|
||||||
multiline={true}
|
multiline={true}
|
||||||
onChange={[Function]}
|
onChange={[Function]}
|
||||||
onFocus={[Function]}
|
onFocus={[Function]}
|
||||||
|
|
Loading…
Reference in New Issue