We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f9c450 commit 9225238Copy full SHA for 9225238
src/containers/Tenant/QueryEditor/SaveQuery/SaveQuery.js
@@ -86,6 +86,7 @@ function SaveQuery({savedQueries, onSaveQuery, saveButtonDisabled}) {
86
text={queryName}
87
onUpdate={onQueryNameChange}
88
hasClear
89
+ autoFocus
90
/>
91
<span className={b('error')}>{validationError}</span>
92
</div>
0 commit comments