diff --git a/frontend/src/ts/components/modals/CustomTextModal.tsx b/frontend/src/ts/components/modals/CustomTextModal.tsx index efad688d7f52..ae856a66868d 100644 --- a/frontend/src/ts/components/modals/CustomTextModal.tsx +++ b/frontend/src/ts/components/modals/CustomTextModal.tsx @@ -481,6 +481,7 @@ export function CustomTextModal(): JSXElement {
min length
- {(field) => ( - - )} + {(field) => }
max length
- {(field) => ( - - )} + {(field) => }
include
- {(field) => } + {(field) => } exclude
{(field) => ( - + )} diff --git a/frontend/src/ts/components/pages/login/Login.tsx b/frontend/src/ts/components/pages/login/Login.tsx index 32c5636c728e..c07e9b44c9e3 100644 --- a/frontend/src/ts/components/pages/login/Login.tsx +++ b/frontend/src/ts/components/pages/login/Login.tsx @@ -106,6 +106,7 @@ export function Login(): JSXElement { children={(field) => ( @@ -116,6 +117,7 @@ export function Login(): JSXElement { children={(field) => ( ( ( ( ( props.field().handleBlur()} onInput={(e) => props.field().handleChange(e.currentTarget.value)}