<Dialog
      isOpen={props.isOpen}
      title='Create project'
      onConfirm={handleSubmit}
      onClose={handleClose}