Class

ImportProjectDialog

ImportProjectDialog(props) → {React.PureComponent}

Overview

Allows a user to choose and import a ZIP file with theirs project.
Constructor

# new ImportProjectDialog(props) → {React.PureComponent}

Parameters:
Name Type Description
props Object
onImportProject function

Callback fired when project was requested to be imported.

open boolean

If true the Dialog is open.

View Source Utils/Dialogs/ImportProjectDialog.js, line 22

React.PureComponent