Skip to content

Commit 0261449

Browse files
hunterlesterjoshuef
authored andcommitted
fix(auth-app): adds necessary keys to resolve error message
1 parent 413d667 commit 0261449

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/extensions/safe/auth-web-app/components/app_list.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ export default class AppList extends React.Component<propTypes, contextTypes> {
134134
</button>
135135
<div className="app-list-search-ipt">
136136
<input
137+
key="search-input"
137138
type="text"
138139
aria-label={I18n.t( 'aria.search_app_list_input' )}
139140
ref={c => {
@@ -144,6 +145,7 @@ export default class AppList extends React.Component<propTypes, contextTypes> {
144145
}}
145146
/>
146147
<button
148+
key="search-button"
147149
type="button"
148150
className="app-list-search-cancel"
149151
aria-label={I18n.t( 'aria.search_app_list_cancel' )}

0 commit comments

Comments
 (0)