Class: businessProfile

businessProfile(props)

Business Profile to show or edit the company information

Constructor

new businessProfile(props)

Parameters:
Name Type Description
props object

props no need to pass any arguments

Source:

Members

componentWillMount

fetch all data from AWS by companyID, if the companyID is matching the login userid, it will render edit buttons

Source:

handleCancel

set visible to false for the modal component,when click cancel

Source:

handleOk

set visible to false for the modal component, when click ok

Source:

showModal

set show modal to true

Source: