15524: Upgrades lodash.template, lodash.mergewith & lodash-es.
[arvados-workbench2.git] / src / components / form-dialog / form-dialog.tsx
index dd0281322621b5be275a69cccac44644eb6b6983..b5654e86675c9072824da70da4f3f37b54c0ebd8 100644 (file)
@@ -51,7 +51,7 @@ export const FormDialog = withStyles(styles)((props: DialogProjectProps) =>
         disableBackdropClick={props.submitting}
         disableEscapeKeyDown={props.submitting}
         fullWidth
-        maxWidth='sm'>
+        maxWidth='md'>
         <form>
             <DialogTitle className={props.classes.dialogTitle}>
                 {props.dialogTitle}
@@ -68,6 +68,7 @@ export const FormDialog = withStyles(styles)((props: DialogProjectProps) =>
                     {props.cancelLabel || 'Cancel'}
                 </Button>
                 <Button
+                    type="submit"
                     onClick={props.handleSubmit}
                     className={props.classes.lastButton}
                     color="primary"