Skip to content

Commit 9225238

Browse files
committed
fix(QueryEditor): field autofocus in query save dialog
1 parent 5f9c450 commit 9225238

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/containers/Tenant/QueryEditor/SaveQuery/SaveQuery.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ function SaveQuery({savedQueries, onSaveQuery, saveButtonDisabled}) {
8686
text={queryName}
8787
onUpdate={onQueryNameChange}
8888
hasClear
89+
autoFocus
8990
/>
9091
<span className={b('error')}>{validationError}</span>
9192
</div>

0 commit comments

Comments
 (0)