Skip to content

Commit 6a619a1

Browse files
committed
Merge branch 'autofocus-for-saved-filters' of Arnei/opencast-admin-interface into r/17.x
Pull request #1336 Fixes #1219 Add autofocus for saved filter sets
2 parents fa5734f + a62fe8b commit 6a619a1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/shared/TableFilterProfiles.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ const TableFiltersProfiles = ({
225225
value={profileName}
226226
onChange={(e) => handleChange(e)}
227227
placeholder={t("TABLE_FILTERS.PROFILES.NAME_PLACEHOLDER")}
228+
autoFocus={true}
228229
/>
229230

230231
<label>{t("TABLE_FILTERS.PROFILES.DESCRIPTION")}</label>

0 commit comments

Comments
 (0)