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 fef753d commit 591ecb3Copy full SHA for 591ecb3
1 file changed
frontend/web/components/pages/CreateOrganisationPage.tsx
@@ -66,7 +66,7 @@ const CreateOrganisationPage: React.FC = () => {
66
useEffect(() => {
67
API.trackPage(Constants.pages.CREATE_ORGANISATION)
68
focusTimeout.current = setTimeout(() => {
69
- inputRef.current?.focus()
+ inputRef.current?.focus?.()
70
focusTimeout.current = null
71
}, 500)
72
0 commit comments