diff --git a/web/components/labels/create-update-label-inline.tsx b/web/components/labels/create-update-label-inline.tsx index 91a65f94b..760e0241b 100644 --- a/web/components/labels/create-update-label-inline.tsx +++ b/web/components/labels/create-update-label-inline.tsx @@ -186,6 +186,7 @@ export const CreateUpdateLabelInline = observer( id="labelName" name="name" type="text" + autofocus value={value} onChange={onChange} ref={ref} diff --git a/web/components/pages/pages-list/recent-pages-list.tsx b/web/components/pages/pages-list/recent-pages-list.tsx index 59bc8c842..67f1fe7fc 100644 --- a/web/components/pages/pages-list/recent-pages-list.tsx +++ b/web/components/pages/pages-list/recent-pages-list.tsx @@ -49,7 +49,9 @@ export const RecentPagesList: React.FC = observer((props) => { return (
-

{replaceUnderscoreIfSnakeCase(key)}

+

+ {replaceUnderscoreIfSnakeCase(key)} +

);