[web] Allow creating new project by submitting the form with keyboard GitOrigin-RevId: e04e70a0713299d6d8459755359d16ea7755c67e
@@ -13,6 +13,7 @@ function OLForm(props: OLFormProps) {
componentClass: rest.as,
bsClass: rest.className,
children: rest.children,
+ onSubmit: rest.onSubmit as React.FormEventHandler<BS3Form> | undefined,
...bs3Props,
}