From bc5d6d3303ecd7c4c49e9ce8d018b20815c47922 Mon Sep 17 00:00:00 2001 From: yassinedorbozgithub Date: Wed, 18 Dec 2024 15:27:22 +0100 Subject: [PATCH] fix(frontend): add missing autofocus for content add edit dialogs --- frontend/src/components/contents/ContentDialog.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/contents/ContentDialog.tsx b/frontend/src/components/contents/ContentDialog.tsx index e3cc8b62..9267e1d2 100644 --- a/frontend/src/components/contents/ContentDialog.tsx +++ b/frontend/src/components/contents/ContentDialog.tsx @@ -68,6 +68,7 @@ const ContentFieldInput: React.FC = ({ case ContentFieldType.URL: return (