diff --git a/src/components/CreateLinkTile.tsx b/src/components/CreateLinkTile.tsx index 12ffd54..deef074 100644 --- a/src/components/CreateLinkTile.tsx +++ b/src/components/CreateLinkTile.tsx @@ -78,7 +78,6 @@ const LinkNotCreatedTile: React.FC = ( values.identifier ); }} - validateOnChange={false} > {(formik): JSX.Element => (
@@ -127,7 +126,7 @@ const LinkCreatedTile: React.FC = (props) => { onClick={(): void => props.setLink('')} >
New link
- + Go back to matrix.to home page

{props.link}