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